Assign tree depth attribute to each cell.
More...
#include <vtkHyperOctreeDepth.h>
Inherits vtkDataSetAlgorithm.
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.
vtkHyperOctreeDepth::vtkHyperOctreeDepth |
( |
| ) |
|
|
protected |
vtkHyperOctreeDepth::~vtkHyperOctreeDepth |
( |
| ) |
|
|
protected |
static int vtkHyperOctreeDepth::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkHyperOctreeDepth::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkHyperOctreeDepth::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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 |
vtkHyperOctree* vtkHyperOctreeDepth::Input |
|
protected |
vtkHyperOctree* vtkHyperOctreeDepth::Output |
|
protected |
vtkIntArray* vtkHyperOctreeDepth::GeneratedDepths |
|
protected |
int vtkHyperOctreeDepth::NumChildren |
|
protected |
The documentation for this class was generated from the following file: