Flat the octree into a uniform grid.
More...
#include <vtkHyperOctreeToUniformGridFilter.h>
Inherits vtkImageAlgorithm.
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 41 of file vtkHyperOctreeToUniformGridFilter.h.
vtkHyperOctreeToUniformGridFilter::vtkHyperOctreeToUniformGridFilter |
( |
| ) |
|
|
protected |
vtkHyperOctreeToUniformGridFilter::~vtkHyperOctreeToUniformGridFilter |
( |
| ) |
|
|
protected |
static int vtkHyperOctreeToUniformGridFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkHyperOctreeToUniformGridFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkHyperOctreeToUniformGridFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkHyperOctreeToUniformGridFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkHyperOctreeToUniformGridFilter::RequestInformation |
( |
vtkInformation * |
vtkNotUsedrequest, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
virtual int vtkHyperOctreeToUniformGridFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkHyperOctreeToUniformGridFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
void vtkHyperOctreeToUniformGridFilter::CopyCellData |
( |
int |
cellExtent[6] | ) |
|
|
protected |
vtkDataSetAttributes* vtkHyperOctreeToUniformGridFilter::InputCD |
|
protected |
vtkCellData* vtkHyperOctreeToUniformGridFilter::OutputCD |
|
protected |
vtkHyperOctreeCursor* vtkHyperOctreeToUniformGridFilter::Cursor |
|
protected |
int vtkHyperOctreeToUniformGridFilter::YExtent |
|
protected |
int vtkHyperOctreeToUniformGridFilter::ZExtent |
|
protected |
vtkImageData* vtkHyperOctreeToUniformGridFilter::Output |
|
protected |
The documentation for this class was generated from the following file: