Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkImageEllipsoidSource Class Reference

Create a binary image of an ellipsoid. More...

#include <vtkImageEllipsoidSource.h>

Inheritance diagram for vtkImageEllipsoidSource:

Inheritance graph
[legend]
Collaboration diagram for vtkImageEllipsoidSource:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetWholeExtent (int extent[6])
void SetWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
void GetWholeExtent (int extent[6])
int * GetWholeExtent ()
virtual void SetCenter (float, float, float)
virtual void SetCenter (float[3])
virtual float * GetCenter ()
virtual void GetCenter (float &, float &, float &)
virtual void GetCenter (float[3])
virtual void SetRadius (float, float, float)
virtual void SetRadius (float[3])
virtual float * GetRadius ()
virtual void GetRadius (float &, float &, float &)
virtual void GetRadius (float[3])
virtual void SetInValue (float)
virtual float GetInValue ()
virtual void SetOutValue (float)
virtual float GetOutValue ()
virtual void SetOutputScalarType (int)
virtual int GetOutputScalarType ()
void SetOutputScalarTypeToDouble ()
void SetOutputScalarTypeToFloat ()
void SetOutputScalarTypeToLong ()
void SetOutputScalarTypeToUnsignedLong ()
void SetOutputScalarTypeToInt ()
void SetOutputScalarTypeToUnsignedInt ()
void SetOutputScalarTypeToShort ()
void SetOutputScalarTypeToUnsignedShort ()
void SetOutputScalarTypeToChar ()
void SetOutputScalarTypeToUnsignedChar ()

Static Public Methods

vtkImageEllipsoidSource * New ()
int IsTypeOf (const char *type)
vtkImageEllipsoidSource * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageEllipsoidSource ()
 ~vtkImageEllipsoidSource ()
 vtkImageEllipsoidSource (const vtkImageEllipsoidSource &)
void operator= (const vtkImageEllipsoidSource &)
void ExecuteInformation ()
void Execute (vtkImageData *outData)
void Execute ()

Protected Attributes

int WholeExtent [6]
float Center [3]
float Radius [3]
float InValue
float OutValue
int OutputScalarType

Detailed Description

Create a binary image of an ellipsoid.

Date:
2000/12/10 20:09:05
Revision:
1.17
Thanks:
Thanks to C. Charles Law who developed this class.
vtkImageEllipsoidSource creates a binary image of a ellipsoid. It was created as an example of a simple source, and to test the mask filter. It is also used internally in vtkImageDilateErode3D.
Examples:
vtkImageEllipsoidSource (examples)

Definition at line 60 of file vtkImageEllipsoidSource.h.


Constructor & Destructor Documentation

vtkImageEllipsoidSource::vtkImageEllipsoidSource   [protected]
 

vtkImageEllipsoidSource::~vtkImageEllipsoidSource   [protected]
 

vtkImageEllipsoidSource::vtkImageEllipsoidSource const vtkImageEllipsoidSource &    [inline, protected]
 

Definition at line 117 of file vtkImageEllipsoidSource.h.


Member Function Documentation

vtkImageEllipsoidSource* vtkImageEllipsoidSource::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageSource.

virtual const char* vtkImageEllipsoidSource::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageSource.

int vtkImageEllipsoidSource::IsTypeOf const char *    type [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageSource.

virtual int vtkImageEllipsoidSource::IsA const char *    type [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageSource.

vtkImageEllipsoidSource* vtkImageEllipsoidSource::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageSource.

void vtkImageEllipsoidSource::PrintSelf ostream &    os,
vtkIndent    indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkSource.

void vtkImageEllipsoidSource::SetWholeExtent int    extent[6]
 

Set/Get the extent of the whole output image.

void vtkImageEllipsoidSource::SetWholeExtent int    minX,
int    maxX,
int    minY,
int    maxY,
int    minZ,
int    maxZ
 

void vtkImageEllipsoidSource::GetWholeExtent int    extent[6]
 

int* vtkImageEllipsoidSource::GetWholeExtent   [inline]
 

Definition at line 72 of file vtkImageEllipsoidSource.h.

virtual void vtkImageEllipsoidSource::SetCenter float   ,
float   ,
float   
[virtual]
 

Set/Get the center of the ellipsoid.

virtual void vtkImageEllipsoidSource::SetCenter float   [3] [virtual]
 

virtual float* vtkImageEllipsoidSource::GetCenter   [virtual]
 

virtual void vtkImageEllipsoidSource::GetCenter float &   ,
float &   ,
float &   
[virtual]
 

virtual void vtkImageEllipsoidSource::GetCenter float   [3] [virtual]
 

virtual void vtkImageEllipsoidSource::SetRadius float   ,
float   ,
float   
[virtual]
 

Set/Get the radius of the ellipsoid.

virtual void vtkImageEllipsoidSource::SetRadius float   [3] [virtual]
 

virtual float* vtkImageEllipsoidSource::GetRadius   [virtual]
 

virtual void vtkImageEllipsoidSource::GetRadius float &   ,
float &   ,
float &   
[virtual]
 

virtual void vtkImageEllipsoidSource::GetRadius float   [3] [virtual]
 

virtual void vtkImageEllipsoidSource::SetInValue float    [virtual]
 

Set/Get the inside pixel values.

virtual float vtkImageEllipsoidSource::GetInValue   [virtual]
 

virtual void vtkImageEllipsoidSource::SetOutValue float    [virtual]
 

Set/Get the outside pixel values.

virtual float vtkImageEllipsoidSource::GetOutValue   [virtual]
 

virtual void vtkImageEllipsoidSource::SetOutputScalarType int    [virtual]
 

Set what type of scalar data this source should generate.

virtual int vtkImageEllipsoidSource::GetOutputScalarType   [virtual]
 

void vtkImageEllipsoidSource::SetOutputScalarTypeToDouble   [inline]
 

Definition at line 93 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToFloat   [inline]
 

Definition at line 95 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToLong   [inline]
 

Definition at line 97 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToUnsignedLong   [inline]
 

Definition at line 99 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToInt   [inline]
 

Definition at line 101 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToUnsignedInt   [inline]
 

Definition at line 103 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToShort   [inline]
 

Definition at line 105 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToUnsignedShort   [inline]
 

Definition at line 107 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToChar   [inline]
 

Definition at line 109 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::SetOutputScalarTypeToUnsignedChar   [inline]
 

Definition at line 111 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::operator= const vtkImageEllipsoidSource &    [inline, protected]
 

Definition at line 118 of file vtkImageEllipsoidSource.h.

void vtkImageEllipsoidSource::ExecuteInformation   [protected, virtual]
 

Reimplemented from vtkSource.

void vtkImageEllipsoidSource::Execute vtkImageData   outData [protected, virtual]
 

Reimplemented from vtkImageSource.

void vtkImageEllipsoidSource::Execute   [inline, protected, virtual]
 

Reimplemented from vtkImageSource.

Definition at line 129 of file vtkImageEllipsoidSource.h.


Member Data Documentation

int vtkImageEllipsoidSource::WholeExtent[6] [protected]
 

Definition at line 120 of file vtkImageEllipsoidSource.h.

float vtkImageEllipsoidSource::Center[3] [protected]
 

Definition at line 121 of file vtkImageEllipsoidSource.h.

float vtkImageEllipsoidSource::Radius[3] [protected]
 

Definition at line 122 of file vtkImageEllipsoidSource.h.

float vtkImageEllipsoidSource::InValue [protected]
 

Definition at line 123 of file vtkImageEllipsoidSource.h.

float vtkImageEllipsoidSource::OutValue [protected]
 

Definition at line 124 of file vtkImageEllipsoidSource.h.

int vtkImageEllipsoidSource::OutputScalarType [protected]
 

Definition at line 125 of file vtkImageEllipsoidSource.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:48:30 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001