vtkImageToStructuredPoints Class Reference
#include <vtkImageToStructuredPoints.h>
Inheritance diagram for vtkImageToStructuredPoints:
[legend]Collaboration diagram for vtkImageToStructuredPoints:
[legend]List of all members.
Detailed Description
Attaches image pipeline to VTK.
vtkImageToStructuredPoints changes an image cache format to a structured points dataset. It takes an Input plus an optional VectorInput. The VectorInput converts the RGB scalar components of the VectorInput to vector pointdata attributes. This filter will try to reference count the data but in some cases it must make a copy.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (68%)
- Martin, Ken (19%)
- CVS logs (CVSweb):
.cxx (/Filtering/vtkImageToStructuredPoints
.cxx)
.h (/Filtering/vtkImageToStructuredPoints
.h)
- Tests:
- vtkImageToStructuredPoints (Tests)
Definition at line 48 of file vtkImageToStructuredPoints.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageToStructuredPoints::vtkImageToStructuredPoints |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkImageToStructuredPoints::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageToStructuredPoints::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkSource. |
virtual int vtkImageToStructuredPoints::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkSource. |
void vtkImageToStructuredPoints::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 vtkSource. |
void vtkImageToStructuredPoints::SetInput |
( |
vtkImageData * |
input |
) |
|
|
|
Set/Get the input object from the image pipeline. |
|
Set/Get the input object from the image pipeline. |
void vtkImageToStructuredPoints::SetVectorInput |
( |
vtkImageData * |
input |
) |
|
|
|
Set/Get the input object from the image pipeline. |
vtkImageData* vtkImageToStructuredPoints::GetVectorInput |
( |
|
) |
|
|
|
Set/Get the input object from the image pipeline. |
|
Get the output of this source. |
|
Get the output of this source.
Reimplemented from vtkSource. |
void vtkImageToStructuredPoints::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkImageToStructuredPoints::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
void vtkImageToStructuredPoints::ComputeInputUpdateExtents |
( |
vtkDataObject * |
data |
) |
[protected, virtual] |
|
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.
Reimplemented from vtkSource. |
virtual int vtkImageToStructuredPoints::FillOutputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
[protected, virtual] |
|
|
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkSource. |
virtual int vtkImageToStructuredPoints::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
[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 vtkProcessObject. |
Member Data Documentation
The documentation for this class was generated from the following file: