vtkExtractCTHPart Class Reference
#include <vtkExtractCTHPart.h>
Inheritance diagram for vtkExtractCTHPart:
[legend]Collaboration diagram for vtkExtractCTHPart:
[legend]List of all members.
Detailed Description
Generates surface of an CTH volume fraction.
vtkExtractCTHPart is a filter that is specialized for creating visualization of a CTH simulation. First it converts the cell data to point data. It contours the selected volume fraction at a value of 0.5. The user has the option of clipping the part with a plane. Clipped surfaces of the part are generated.
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.h (/Hybrid/vtkExtractCTHPart
.h)
.cxx (/Hybrid/vtkExtractCTHPart
.cxx)
- Tests:
- vtkExtractCTHPart (Tests)
Definition at line 48 of file vtkExtractCTHPart.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkExtractCTHPart::vtkExtractCTHPart |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkExtractCTHPart::GetClassName |
( |
|
) |
[virtual] |
|
int vtkExtractCTHPart::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 vtkRectilinearGridToPolyDataFilter. |
virtual int vtkExtractCTHPart::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 vtkRectilinearGridToPolyDataFilter. |
void vtkExtractCTHPart::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 vtkRectilinearGridToPolyDataFilter. |
|
Construct object with initial range (0,1) and single contour value of 0.0.
Reimplemented from vtkAlgorithm. |
void vtkExtractCTHPart::RemoveAllVolumeArrayNames |
( |
|
) |
|
|
|
Names of cell volume fraction arrays to extract. |
void vtkExtractCTHPart::AddVolumeArrayName |
( |
char * |
arrayName |
) |
|
|
|
Names of cell volume fraction arrays to extract. |
int vtkExtractCTHPart::GetNumberOfVolumeArrayNames |
( |
|
) |
|
|
|
Names of cell volume fraction arrays to extract. |
const char* vtkExtractCTHPart::GetVolumeArrayName |
( |
int |
idx |
) |
|
|
|
Names of cell volume fraction arrays to extract. |
int vtkExtractCTHPart::GetNumberOfOutputs |
( |
|
) |
[virtual] |
|
|
Return an array with all the inputs of this process object. This is useful for tracing back in the pipeline to construct graphs etc.
Reimplemented from vtkSource. |
void vtkExtractCTHPart::SetOutput |
( |
int |
idx, |
|
|
vtkPolyData * |
d |
|
) |
|
|
void vtkExtractCTHPart::SetOutput |
( |
vtkPolyData * |
d |
) |
[inline] |
|
void vtkExtractCTHPart::SetClipPlane |
( |
vtkPlane * |
clipPlane |
) |
|
|
|
Set, get or maninpulate the implicit clipping plane. |
virtual vtkPlane* vtkExtractCTHPart::GetClipPlane |
( |
|
) |
[virtual] |
|
|
Set, get or maninpulate the implicit clipping plane. |
unsigned long vtkExtractCTHPart::GetMTime |
( |
|
) |
[virtual] |
|
|
Look at clip plane to compute MTime.
Reimplemented from vtkObject. |
void vtkExtractCTHPart::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output |
) |
[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 vtkPolyDataSource. |
void vtkExtractCTHPart::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkExtractCTHPart::ExecutePart |
( |
const char * |
arrayName, |
|
|
vtkPolyData * |
output |
|
) |
[protected] |
|
void vtkExtractCTHPart::ExecuteCellDataToPointData |
( |
vtkDataArray * |
cellVolumeFraction, |
|
|
vtkFloatArray * |
pointVolumeFraction, |
|
|
int * |
dims |
|
) |
[protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file: