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

vtkStructuredPointsGeometryFilter Class Reference

obsolete class. More...

#include <vtkStructuredPointsGeometryFilter.h>

Inheritance diagram for vtkStructuredPointsGeometryFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkStructuredPointsGeometryFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Static Public Methods

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

Protected Methods

 vtkStructuredPointsGeometryFilter ()
 ~vtkStructuredPointsGeometryFilter ()

Detailed Description

obsolete class.

Date:
2001/11/01 18:02:50
Revision:
1.34

vtkStructuredPointsGeometryFilter has been renamed to vtkImageDataGeometryFilter

Definition at line 55 of file vtkStructuredPointsGeometryFilter.h.


Constructor & Destructor Documentation

vtkStructuredPointsGeometryFilter::vtkStructuredPointsGeometryFilter   [protected]
 

vtkStructuredPointsGeometryFilter::~vtkStructuredPointsGeometryFilter   [inline, protected]
 

Definition at line 65 of file vtkStructuredPointsGeometryFilter.h.


Member Function Documentation

virtual const char* vtkStructuredPointsGeometryFilter::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 vtkImageDataGeometryFilter.

int vtkStructuredPointsGeometryFilter::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 vtkImageDataGeometryFilter.

virtual int vtkStructuredPointsGeometryFilter::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 vtkImageDataGeometryFilter.

vtkStructuredPointsGeometryFilter* vtkStructuredPointsGeometryFilter::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 vtkImageDataGeometryFilter.

vtkStructuredPointsGeometryFilter* vtkStructuredPointsGeometryFilter::New   [static]
 

Construct with initial extent of all the data

Reimplemented from vtkImageDataGeometryFilter.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:43:15 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001