Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkStructuredPoints Class Reference

#include <vtkStructuredPoints.h>

Inheritance diagram for vtkStructuredPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkStructuredPoints:

Collaboration graph
[legend]
List of all members.

Detailed Description

A subclass of ImageData.

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.

Created by:
  • Bertel, Francois
CVS contributions (if > 5%):
  • Bertel, Francois (100%)
CVS logs (CVSweb):
  • .h (/Filtering/vtkStructuredPoints.h)
  • .cxx (/Filtering/vtkStructuredPoints.cxx)
Tests:
vtkStructuredPoints (Tests)

Definition at line 47 of file vtkStructuredPoints.h.

Public Types

typedef vtkImageData Superclass

Public Member Functions

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

Static Public Member Functions

vtkStructuredPointsNew ()
int IsTypeOf (const char *type)
vtkStructuredPointsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkStructuredPoints ()
 ~vtkStructuredPoints ()


Member Typedef Documentation

typedef vtkImageData vtkStructuredPoints::Superclass
 

Reimplemented from vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

Definition at line 51 of file vtkStructuredPoints.h.


Constructor & Destructor Documentation

vtkStructuredPoints::vtkStructuredPoints  )  [protected]
 

vtkStructuredPoints::~vtkStructuredPoints  )  [inline, protected]
 

Definition at line 58 of file vtkStructuredPoints.h.


Member Function Documentation

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.

virtual const char* vtkStructuredPoints::GetClassName  )  [virtual]
 

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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

vtkStructuredPoints* vtkStructuredPoints::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkImageData.

Reimplemented in vtkImageCanvasSource2D.

int vtkStructuredPoints::GetDataObjectType  )  [inline, virtual]
 

To simplify filter superclasses,

Reimplemented from vtkImageData.

Definition at line 54 of file vtkStructuredPoints.h.


The documentation for this class was generated from the following file: