VTK
|
extact levels between min and max More...
#include <vtkHierarchicalDataExtractLevel.h>
Public Types | |
typedef vtkExtractLevel | Superclass |
![]() | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkHierarchicalDataExtractLevel * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
vtkExtractLevel * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddLevel (unsigned int level) |
void | RemoveLevel (unsigned int level) |
void | RemoveAllLevels () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalDataExtractLevel * | SafeDownCast (vtkObjectBase *o) |
static vtkHierarchicalDataExtractLevel * | New () |
![]() | |
static vtkExtractLevel * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractLevel * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkHierarchicalDataExtractLevel () | |
~vtkHierarchicalDataExtractLevel () | |
![]() | |
vtkExtractLevel () | |
~vtkExtractLevel () | |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Implementation of the algorithm. More... | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
extact levels between min and max
Legacy class. Use vtkExtractLevel instead.
Definition at line 30 of file vtkHierarchicalDataExtractLevel.h.
Definition at line 33 of file vtkHierarchicalDataExtractLevel.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkExtractLevel.
|
static |
|
protectedvirtual |
Reimplemented from vtkExtractLevel.
vtkHierarchicalDataExtractLevel* vtkHierarchicalDataExtractLevel::NewInstance | ( | ) | const |
void vtkHierarchicalDataExtractLevel::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |