VTK
|
create wireframe outline corners for arbitrary data set More...
#include <vtkOutlineCornerFilter.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOutlineCornerFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCornerFactor (double) |
virtual double | GetCornerFactor () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOutlineCornerFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkOutlineCornerFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOutlineCornerFilter () | |
~vtkOutlineCornerFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
vtkOutlineCornerSource * | OutlineCornerSource |
double | CornerFactor |
create wireframe outline corners for arbitrary data set
vtkOutlineCornerFilter is a filter that generates wireframe outline corners of any data set. The outline consists of the eight corners of the dataset bounding box.
Definition at line 36 of file vtkOutlineCornerFilter.h.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 39 of file vtkOutlineCornerFilter.h.
vtkOutlineCornerFilter::vtkOutlineCornerFilter | ( | ) | [protected] |
vtkOutlineCornerFilter::~vtkOutlineCornerFilter | ( | ) | [protected] |
static int vtkOutlineCornerFilter::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 vtkPolyDataAlgorithm.
virtual int vtkOutlineCornerFilter::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 vtkPolyDataAlgorithm.
static vtkOutlineCornerFilter* vtkOutlineCornerFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
virtual vtkObjectBase* vtkOutlineCornerFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented from vtkPolyDataAlgorithm.
void vtkOutlineCornerFilter::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 vtkPolyDataAlgorithm.
static vtkOutlineCornerFilter* vtkOutlineCornerFilter::New | ( | ) | [static] |
Construct outline corner filter with default corner factor = 0.2
Reimplemented from vtkPolyDataAlgorithm.
virtual void vtkOutlineCornerFilter::SetCornerFactor | ( | double | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
virtual double vtkOutlineCornerFilter::GetCornerFactor | ( | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
virtual int vtkOutlineCornerFilter::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkOutlineCornerFilter::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 vtkPolyDataAlgorithm.
Definition at line 56 of file vtkOutlineCornerFilter.h.
double vtkOutlineCornerFilter::CornerFactor [protected] |
Definition at line 60 of file vtkOutlineCornerFilter.h.