VTK
|
create wireframe outline corners around bounding box More...
#include <vtkOutlineCornerSource.h>
Public Types | |
typedef vtkOutlineSource | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOutlineCornerSource * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCornerFactor (double) |
virtual double | GetCornerFactor () |
virtual void | SetOutputPointsPrecision (int) |
virtual int | GetOutputPointsPrecision () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOutlineCornerSource * | SafeDownCast (vtkObjectBase *o) |
static vtkOutlineCornerSource * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOutlineCornerSource () | |
~vtkOutlineCornerSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | CornerFactor |
int | OutputPointsPrecision |
create wireframe outline corners around bounding box
vtkOutlineCornerSource creates wireframe outline corners around a user-specified bounding box.
Definition at line 31 of file vtkOutlineCornerSource.h.
Reimplemented from vtkOutlineSource.
Definition at line 34 of file vtkOutlineCornerSource.h.
vtkOutlineCornerSource::vtkOutlineCornerSource | ( | ) | [protected] |
vtkOutlineCornerSource::~vtkOutlineCornerSource | ( | ) | [inline, protected] |
Definition at line 58 of file vtkOutlineCornerSource.h.
static int vtkOutlineCornerSource::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 vtkOutlineSource.
virtual int vtkOutlineCornerSource::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 vtkOutlineSource.
static vtkOutlineCornerSource* vtkOutlineCornerSource::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkOutlineSource.
virtual vtkObjectBase* vtkOutlineCornerSource::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkOutlineSource.
Reimplemented from vtkOutlineSource.
void vtkOutlineCornerSource::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 vtkOutlineSource.
static vtkOutlineCornerSource* vtkOutlineCornerSource::New | ( | ) | [static] |
Construct outline corner source with default corner factor = 0.2
Reimplemented from vtkOutlineSource.
virtual void vtkOutlineCornerSource::SetCornerFactor | ( | double | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
virtual double vtkOutlineCornerSource::GetCornerFactor | ( | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
virtual void vtkOutlineCornerSource::SetOutputPointsPrecision | ( | int | ) | [virtual] |
Set/get the desired precision for the output points. vtkAlgorithm::SINGLE_PRECISION - Output single-precision floating point. vtkAlgorithm::DOUBLE_PRECISION - Output double-precision floating point.
Reimplemented from vtkOutlineSource.
virtual int vtkOutlineCornerSource::GetOutputPointsPrecision | ( | ) | [virtual] |
Set/get the desired precision for the output points. vtkAlgorithm::SINGLE_PRECISION - Output single-precision floating point. vtkAlgorithm::DOUBLE_PRECISION - Output double-precision floating point.
Reimplemented from vtkOutlineSource.
int vtkOutlineCornerSource::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkOutlineSource.
double vtkOutlineCornerSource::CornerFactor [protected] |
Definition at line 62 of file vtkOutlineCornerSource.h.
int vtkOutlineCornerSource::OutputPointsPrecision [protected] |
Reimplemented from vtkOutlineSource.
Definition at line 63 of file vtkOutlineCornerSource.h.