VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
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 Types

typedef vtkImageData Superclass

Public Member Functions

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

Static Public Member Functions

static vtkStructuredPointsNew ()
static int IsTypeOf (const char *type)
static vtkStructuredPointsSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkStructuredPoints ()
 ~vtkStructuredPoints ()

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.

Tests:
vtkStructuredPoints (Tests)

Definition at line 38 of file vtkStructuredPoints.h.


Member Typedef Documentation

Reimplemented from vtkImageData.

Definition at line 42 of file vtkStructuredPoints.h.


Constructor & Destructor Documentation

Definition at line 49 of file vtkStructuredPoints.h.


Member Function Documentation

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

Reimplemented from vtkImageData.

static int vtkStructuredPoints::IsTypeOf ( const char *  name) [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.

virtual int vtkStructuredPoints::IsA ( const char *  name) [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 from vtkImageData.

virtual vtkObjectBase* vtkStructuredPoints::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkImageData.

Reimplemented from vtkImageData.

To simplify filter superclasses,

Reimplemented from vtkImageData.

Definition at line 45 of file vtkStructuredPoints.h.


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