Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
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
- Date:
-
2002/08/30 13:33:04
- Revision:
-
1.1
vtkPOutlineCornerFilter works like vtkOutlineCornerFilter, but it looks for data partitions in other processes. It assmues the fitler is operation in a data parallel pipeline.
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
-
- .
cxx
(/Parallel/vtkPOutlineCornerFilter.cxx)
- .
h
(/Parallel/vtkPOutlineCornerFilter.h)
Definition at line 45 of file vtkPOutlineCornerFilter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPOutlineCornerFilter::vtkPOutlineCornerFilter |
( |
|
) |
[protected] |
|
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. |
vtkPOutlineCornerFilter* vtkPOutlineCornerFilter::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
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. |
vtkPOutlineCornerFilter* vtkPOutlineCornerFilter::New |
( |
|
) |
[static] |
|
|
Construct outline corner filter with default corner factor = 0.2
Reimplemented from vtkObject. |
virtual void vtkPOutlineCornerFilter::SetCornerFactor |
( |
float |
|
) |
[virtual] |
|
|
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds |
virtual float 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
float vtkPOutlineCornerFilter::CornerFactor [protected]
|
|
The documentation for this class was generated from the following file: