vtkPOutlineCornerFilter Class Reference
#include <vtkPOutlineCornerFilter.h>
Inheritance diagram for vtkPOutlineCornerFilter:
[legend]Collaboration diagram for vtkPOutlineCornerFilter:
[legend]List of all members.
Detailed Description
create wireframe outline corners for arbitrary data set
vtkPOutlineCornerFilter works like vtkOutlineCornerFilter, but it looks for data partitions in other processes. It assumes the filter is operated in a data parallel pipeline.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (89%)
- Martin, Ken (5%)
- CVS logs (CVSweb):
.cxx (/Parallel/vtkPOutlineCornerFilter
.cxx)
.h (/Parallel/vtkPOutlineCornerFilter
.h)
Definition at line 42 of file vtkPOutlineCornerFilter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPOutlineCornerFilter::vtkPOutlineCornerFilter |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkPOutlineCornerFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPOutlineCornerFilter::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 vtkDataSetToPolyDataFilter. |
virtual int vtkPOutlineCornerFilter::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 vtkDataSetToPolyDataFilter. |
void vtkPOutlineCornerFilter::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 vtkDataSetToPolyDataFilter. |
|
Construct outline corner filter with default corner factor = 0.2
Reimplemented from vtkAlgorithm. |
virtual void vtkPOutlineCornerFilter::SetCornerFactor |
( |
double |
|
) |
[virtual] |
|
|
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds |
virtual double vtkPOutlineCornerFilter::GetCornerFactor |
( |
|
) |
[virtual] |
|
|
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds |
|
Set and get the controller. |
|
Set and get the controller. |
void vtkPOutlineCornerFilter::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkPOutlineCornerFilter::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: