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

vtkStructuredPoints Class Reference

A subclass of ImageData. More...

#include <vtkStructuredPoints.h>

Inheritance diagram for vtkStructuredPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkStructuredPoints:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
vtkDataObjectMakeObject ()
int GetDataObjectType ()

Static Public Methods

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

Protected Methods

 vtkStructuredPoints ()
 ~vtkStructuredPoints ()
 vtkStructuredPoints (const vtkStructuredPoints &)
void operator= (const vtkStructuredPoints &)

Detailed Description

A subclass of ImageData.

Date:
2000/12/10 20:08:18
Revision:
1.73

StructuredPoints is a subclass of ImageData that requires the data extent to exactly match the update extent. Normall image data allows that the data extent may be larger than the update extent. StructuredPoints also defines the origin differently that vtkImageData. For structured points the origin is the location of first point. Whereas images define the origin as the location of point 0, 0, 0. Image Origin is stored in ivar, and structured points have special methods for setting/getting the origin/extents.

Examples:
vtkStructuredPoints (examples)


Member Function Documentation

virtual const char* vtkStructuredPoints::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 vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

int vtkStructuredPoints::GetDataObjectType   [inline, virtual]
 

To simplify filter superclasses,

Reimplemented from vtkImageData.

virtual int vtkStructuredPoints::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 vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

int vtkStructuredPoints::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 vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

vtkDataObject* vtkStructuredPoints::MakeObject   [inline, virtual]
 

Create a similar type object

Reimplemented from vtkImageData.

vtkStructuredPoints* vtkStructuredPoints::New   [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

vtkStructuredPoints* vtkStructuredPoints::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 vtkImageData.

Reimplemented in vtkImageCanvasSource2D.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:33:23 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002