extract levels between min and max from a hierarchical box dataset.
More...
#include <vtkExtractLevel.h>
extract levels between min and max from a hierarchical box dataset.
vtkExtractLevel filter extracts the levels between (and including) the user specified min and max levels.
- Examples:
- vtkExtractLevel (Examples)
- Tests:
- vtkExtractLevel (Tests)
Definition at line 35 of file vtkExtractLevel.h.
vtkExtractLevel::vtkExtractLevel |
( |
| ) |
|
|
protected |
vtkExtractLevel::~vtkExtractLevel |
( |
| ) |
|
|
protected |
static int vtkExtractLevel::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractLevel::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractLevel::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkExtractLevel::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkExtractLevel::AddLevel |
( |
unsigned int |
level | ) |
|
Select the levels that should be extracted. All other levels will have no datasets in them.
void vtkExtractLevel::RemoveLevel |
( |
unsigned int |
level | ) |
|
Select the levels that should be extracted. All other levels will have no datasets in them.
void vtkExtractLevel::RemoveAllLevels |
( |
| ) |
|
Select the levels that should be extracted. All other levels will have no datasets in them.
virtual int vtkExtractLevel::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkExtractLevel::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
Implementation of the algorithm.
virtual int vtkExtractLevel::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkExtractLevel::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: