VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkStructuredPoints Class Reference

A subclass of ImageData. More...

#include <vtkStructuredPoints.h>

Inherits vtkImageData.

Public Types

typedef vtkImageData Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 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 37 of file vtkStructuredPoints.h.

Member Typedef Documentation

typedef vtkImageData vtkStructuredPoints::Superclass

Definition at line 41 of file vtkStructuredPoints.h.

Constructor & Destructor Documentation

vtkStructuredPoints::vtkStructuredPoints ( )
protected
vtkStructuredPoints::~vtkStructuredPoints ( )
inlineprotected

Definition at line 48 of file vtkStructuredPoints.h.

Member Function Documentation

static vtkStructuredPoints* vtkStructuredPoints::New ( )
static
virtual const char* vtkStructuredPoints::GetClassName ( )
virtual
static int vtkStructuredPoints::IsTypeOf ( const char *  type)
static
virtual int vtkStructuredPoints::IsA ( const char *  type)
virtual
static vtkStructuredPoints* vtkStructuredPoints::SafeDownCast ( vtkObject o)
static
int vtkStructuredPoints::GetDataObjectType ( )
inline

To simplify filter superclasses,

Definition at line 44 of file vtkStructuredPoints.h.


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