create wireframe outline corners for arbitrary data set
More...
#include <vtkOutlineCornerFilter.h>
Inherits vtkPolyDataAlgorithm.
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.
- Examples:
- vtkOutlineCornerFilter (Examples)
- Tests:
- vtkOutlineCornerFilter (Tests)
Definition at line 36 of file vtkOutlineCornerFilter.h.
vtkOutlineCornerFilter::vtkOutlineCornerFilter |
( |
| ) |
|
|
protected |
vtkOutlineCornerFilter::~vtkOutlineCornerFilter |
( |
| ) |
|
|
protected |
static int vtkOutlineCornerFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkOutlineCornerFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkOutlineCornerFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkOutlineCornerFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Construct outline corner filter with default corner factor = 0.2
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 * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkOutlineCornerFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
double vtkOutlineCornerFilter::CornerFactor |
|
protected |
The documentation for this class was generated from the following file: