VTK
9.1.0
|
create wireframe outline (or corners) for arbitrary data set More...
#include <vtkPOutlineFilterInternals.h>
Public Member Functions | |
vtkPOutlineFilterInternals ()=default | |
virtual | ~vtkPOutlineFilterInternals ()=default |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Behave like a vtkAlgorithm::RequestData and compute the outline geometry based on the parameters and provided inputs. | |
void | SetController (vtkMultiProcessController *) |
Set the controller to be used. | |
void | SetIsCornerSource (bool value) |
Set whether or not to generate a corner outline. | |
void | SetCornerFactor (double cornerFactor) |
Set the corner factor to use when creating corner outline. | |
create wireframe outline (or corners) for arbitrary data set
vtkPOutlineFilterInternals has common code for vtkOutlineFilter and vtkOutlineCornerFilter. It assumes the filter is operated in a data parallel pipeline.
This class does not inherit from vtkObject and is not intended to be used outside of VTK.
Definition at line 46 of file vtkPOutlineFilterInternals.h.
|
default |
|
virtualdefault |
int vtkPOutlineFilterInternals::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) |
Behave like a vtkAlgorithm::RequestData and compute the outline geometry based on the parameters and provided inputs.
Intented to be called in vtkOutlineCornerFilter::RequestData and in vtkOutlineFilter::RequestData.
void vtkPOutlineFilterInternals::SetController | ( | vtkMultiProcessController * | ) |
Set the controller to be used.
Default is nullptr.
void vtkPOutlineFilterInternals::SetIsCornerSource | ( | bool | value | ) |
Set whether or not to generate a corner outline.
Default is false.
void vtkPOutlineFilterInternals::SetCornerFactor | ( | double | cornerFactor | ) |
Set the corner factor to use when creating corner outline.
Default is 0.2.