VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkHyperOctreeDepth Class Reference

Assign tree depth attribute to each cell. More...

#include <vtkHyperOctreeDepth.h>

Inherits vtkDataSetAlgorithm.

Public Types

typedef vtkDataSetAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkHyperOctreeDepthNew ()
 
static int IsTypeOf (const char *type)
 
static vtkHyperOctreeDepthSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHyperOctreeDepth ()
 
 ~vtkHyperOctreeDepth ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
void TraverseAndCount (vtkHyperOctreeCursor *, int depth)
 

Protected Attributes

vtkHyperOctree * Input
 
vtkHyperOctree * Output
 
vtkIntArray * GeneratedDepths
 
int NumChildren
 

Detailed Description

Assign tree depth attribute to each cell.

This filter returns a shallow copy of its input HyperOctree with a new data attribute field containing the depth of each cell.

See Also
vtkHyperOctree

Definition at line 35 of file vtkHyperOctreeDepth.h.

Member Typedef Documentation

typedef vtkDataSetAlgorithm vtkHyperOctreeDepth::Superclass

Definition at line 39 of file vtkHyperOctreeDepth.h.

Constructor & Destructor Documentation

vtkHyperOctreeDepth::vtkHyperOctreeDepth ( )
protected
vtkHyperOctreeDepth::~vtkHyperOctreeDepth ( )
protected

Member Function Documentation

static vtkHyperOctreeDepth* vtkHyperOctreeDepth::New ( )
static
static int vtkHyperOctreeDepth::IsTypeOf ( const char *  type)
static
virtual int vtkHyperOctreeDepth::IsA ( const char *  type)
virtual
static vtkHyperOctreeDepth* vtkHyperOctreeDepth::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkHyperOctreeDepth::NewInstanceInternal ( ) const
protectedvirtual
vtkHyperOctreeDepth* vtkHyperOctreeDepth::NewInstance ( ) const
virtual int vtkHyperOctreeDepth::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkHyperOctreeDepth::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual
virtual int vtkHyperOctreeDepth::FillOutputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual
void vtkHyperOctreeDepth::TraverseAndCount ( vtkHyperOctreeCursor *  ,
int  depth 
)
protected

Member Data Documentation

vtkHyperOctree* vtkHyperOctreeDepth::Input
protected

Definition at line 49 of file vtkHyperOctreeDepth.h.

vtkHyperOctree* vtkHyperOctreeDepth::Output
protected

Definition at line 50 of file vtkHyperOctreeDepth.h.

vtkIntArray* vtkHyperOctreeDepth::GeneratedDepths
protected

Definition at line 54 of file vtkHyperOctreeDepth.h.

int vtkHyperOctreeDepth::NumChildren
protected

Definition at line 55 of file vtkHyperOctreeDepth.h.


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