#include <vtkSelectArraySlices.h>
Inputs: Input port 0: (required) A vtkTypedArray<double> of any dimension.
Outputs: Output port 0: A vtkSelection containing the indices of each slice (along a user-supplied dimension) that should be selected.
Definition at line 44 of file vtkSelectArraySlices.h.
Public Types | |
typedef vtkSelectionAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkIdType | GetSliceDimension () |
virtual void | SetSliceDimension (vtkIdType) |
virtual vtkIdType | GetMinimumCount () |
virtual void | SetMinimumCount (vtkIdType) |
virtual vtkIdType | GetMaximumCount () |
virtual void | SetMaximumCount (vtkIdType) |
virtual double | GetMinimumPercent () |
virtual void | SetMinimumPercent (double) |
virtual double | GetMaximumPercent () |
virtual void | SetMaximumPercent (double) |
Static Public Member Functions | |
static vtkSelectArraySlices * | New () |
static int | IsTypeOf (const char *type) |
static vtkSelectArraySlices * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSelectArraySlices () | |
~vtkSelectArraySlices () | |
int | FillInputPortInformation (int, vtkInformation *) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
vtkSelectArraySlices::vtkSelectArraySlices | ( | ) | [protected] |
vtkSelectArraySlices::~vtkSelectArraySlices | ( | ) | [protected] |
static vtkSelectArraySlices* vtkSelectArraySlices::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkSelectionAlgorithm.
virtual const char* vtkSelectArraySlices::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSelectionAlgorithm.
static int vtkSelectArraySlices::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkSelectionAlgorithm.
virtual int vtkSelectArraySlices::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkSelectionAlgorithm.
static vtkSelectArraySlices* vtkSelectArraySlices::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSelectionAlgorithm.
void vtkSelectArraySlices::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkSelectionAlgorithm.
virtual vtkIdType vtkSelectArraySlices::GetSliceDimension | ( | ) | [virtual] |
Controls the dimension along which slices will be selected. Default: 0
virtual void vtkSelectArraySlices::SetSliceDimension | ( | vtkIdType | ) | [virtual] |
Controls the dimension along which slices will be selected. Default: 0
virtual vtkIdType vtkSelectArraySlices::GetMinimumCount | ( | ) | [virtual] |
Controls the minimum number of non-zero values that a slice can contain and still be selected. Default: 1
virtual void vtkSelectArraySlices::SetMinimumCount | ( | vtkIdType | ) | [virtual] |
Controls the minimum number of non-zero values that a slice can contain and still be selected. Default: 1
virtual vtkIdType vtkSelectArraySlices::GetMaximumCount | ( | ) | [virtual] |
Controls the maximum number of non-zero values that a slice can contain and still be selected. Default: INT_MAX
virtual void vtkSelectArraySlices::SetMaximumCount | ( | vtkIdType | ) | [virtual] |
Controls the maximum number of non-zero values that a slice can contain and still be selected. Default: INT_MAX
virtual double vtkSelectArraySlices::GetMinimumPercent | ( | ) | [virtual] |
Controls the minimum percentage of non-zero values that a slice can contain and still be selected. Default: 0.0
virtual void vtkSelectArraySlices::SetMinimumPercent | ( | double | ) | [virtual] |
Controls the minimum percentage of non-zero values that a slice can contain and still be selected. Default: 0.0
virtual double vtkSelectArraySlices::GetMaximumPercent | ( | ) | [virtual] |
Controls the maximum percentage of non-zero values that a slice can contain and still be selected. Default: 1.0
virtual void vtkSelectArraySlices::SetMaximumPercent | ( | double | ) | [virtual] |
Controls the maximum percentage of non-zero values that a slice can contain and still be selected. Default: 1.0
int vtkSelectArraySlices::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkSelectionAlgorithm.
int vtkSelectArraySlices::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkSelectionAlgorithm.