VTK
|
create wireframe outline corners around bounding box More...
#include <vtkOutlineCornerSource.h>
Public Types | |
typedef vtkOutlineSource | Superclass |
![]() | |
typedef vtkPolyDataAlgorithm | 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 () |
![]() | |
vtkOutlineSource * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetBoxType (int) |
virtual int | GetBoxType () |
void | SetBoxTypeToAxisAligned () |
void | SetBoxTypeToOriented () |
virtual void | SetBounds (double, double, double, double, double, double) |
virtual void | SetBounds (double[6]) |
virtual double * | GetBounds () |
virtual void | GetBounds (double data[6]) |
virtual void | SetCorners (double data[]) |
virtual double * | GetCorners () |
virtual void | GetCorners (double data[24]) |
virtual void | SetGenerateFaces (int) |
virtual void | GenerateFacesOn () |
virtual void | GenerateFacesOff () |
virtual int | GetGenerateFaces () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkOutlineCornerSource * | SafeDownCast (vtkObjectBase *o) |
static vtkOutlineCornerSource * | New () |
![]() | |
static vtkOutlineSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkOutlineSource * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkOutlineCornerSource () | |
~vtkOutlineCornerSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
![]() | |
vtkOutlineSource () | |
~vtkOutlineSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | CornerFactor |
![]() | |
int | BoxType |
int | GenerateFaces |
double | Bounds [6] |
double | Corners [24] |
create wireframe outline corners around bounding box
vtkOutlineCornerSource creates wireframe outline corners around a user-specified bounding box.
Definition at line 28 of file vtkOutlineCornerSource.h.
Definition at line 31 of file vtkOutlineCornerSource.h.
|
protected |
|
inlineprotected |
Definition at line 46 of file vtkOutlineCornerSource.h.
|
static |
|
virtual |
Reimplemented from vtkOutlineSource.
|
static |
|
protectedvirtual |
Reimplemented from vtkOutlineSource.
vtkOutlineCornerSource* vtkOutlineCornerSource::NewInstance | ( | ) | const |
void vtkOutlineCornerSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
Construct outline corner source with default corner factor = 0.2
|
virtual |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
|
virtual |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
|
protected |
|
protected |
Definition at line 50 of file vtkOutlineCornerSource.h.