vtkHyperOctreeToUniformGridFilter Class Reference

#include <vtkHyperOctreeToUniformGridFilter.h>

Inheritance diagram for vtkHyperOctreeToUniformGridFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkHyperOctreeToUniformGridFilter:

Collaboration graph
[legend]

List of all members.


Detailed Description

Flat the octree into a uniform grid.

vtkHyperOctreeToUniformGridFilter creates a uniform grid with a resolution based on the number of levels of the hyperoctree. Then, it copies celldata in each cell of the uniform grid that belongs to an actual leaf of the hyperoctree.

See also:
vtkGeometryFilter vtkStructuredGridGeometryFilter.
Tests:
vtkHyperOctreeToUniformGridFilter (Tests)

Definition at line 40 of file vtkHyperOctreeToUniformGridFilter.h.


Public Types

typedef vtkImageAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

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

Protected Member Functions

 vtkHyperOctreeToUniformGridFilter ()
 ~vtkHyperOctreeToUniformGridFilter ()
int RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)
void CopyCellData (int cellExtent[6])

Protected Attributes

vtkDataSetAttributesInputCD
vtkCellDataOutputCD
vtkHyperOctreeCursorCursor
int YExtent
int ZExtent
vtkImageDataOutput

Member Typedef Documentation

Reimplemented from vtkImageAlgorithm.

Definition at line 44 of file vtkHyperOctreeToUniformGridFilter.h.


Constructor & Destructor Documentation

vtkHyperOctreeToUniformGridFilter::vtkHyperOctreeToUniformGridFilter (  )  [protected]

vtkHyperOctreeToUniformGridFilter::~vtkHyperOctreeToUniformGridFilter (  )  [protected]


Member Function Documentation

static vtkHyperOctreeToUniformGridFilter* vtkHyperOctreeToUniformGridFilter::New (  )  [static]

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

Reimplemented from vtkAlgorithm.

virtual const char* vtkHyperOctreeToUniformGridFilter::GetClassName (  )  [virtual]

Reimplemented from vtkImageAlgorithm.

static int vtkHyperOctreeToUniformGridFilter::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageAlgorithm.

virtual int vtkHyperOctreeToUniformGridFilter::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageAlgorithm.

static vtkHyperOctreeToUniformGridFilter* vtkHyperOctreeToUniformGridFilter::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkImageAlgorithm.

void vtkHyperOctreeToUniformGridFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkImageAlgorithm.

int vtkHyperOctreeToUniformGridFilter::RequestInformation ( vtkInformation vtkNotUsedrequest,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected]

virtual int vtkHyperOctreeToUniformGridFilter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkImageAlgorithm.

virtual int vtkHyperOctreeToUniformGridFilter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkImageAlgorithm.

void vtkHyperOctreeToUniformGridFilter::CopyCellData ( int  cellExtent[6]  )  [protected]


Member Data Documentation

Definition at line 62 of file vtkHyperOctreeToUniformGridFilter.h.

Definition at line 63 of file vtkHyperOctreeToUniformGridFilter.h.

Definition at line 64 of file vtkHyperOctreeToUniformGridFilter.h.

Definition at line 65 of file vtkHyperOctreeToUniformGridFilter.h.

Definition at line 66 of file vtkHyperOctreeToUniformGridFilter.h.

Definition at line 67 of file vtkHyperOctreeToUniformGridFilter.h.


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

Generated on Wed Jun 3 19:08:04 2009 for VTK by  doxygen 1.5.6