VTK  9.3.20240419
Public Member Functions | List of all members
vtkPOutlineFilterInternals Class Reference

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. More...
 
void SetController (vtkMultiProcessController *)
 Set the controller to be used. More...
 
void SetIsCornerSource (bool value)
 Set whether or not to generate a corner outline. More...
 
void SetCornerFactor (double cornerFactor)
 Set the corner factor to use when creating corner outline. More...
 

Detailed Description

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 35 of file vtkPOutlineFilterInternals.h.

Constructor & Destructor Documentation

◆ vtkPOutlineFilterInternals()

vtkPOutlineFilterInternals::vtkPOutlineFilterInternals ( )
default

◆ ~vtkPOutlineFilterInternals()

virtual vtkPOutlineFilterInternals::~vtkPOutlineFilterInternals ( )
virtualdefault

Member Function Documentation

◆ RequestData()

int vtkPOutlineFilterInternals::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)

Behave like a vtkAlgorithm::RequestData and compute the outline geometry based on the parameters and provided inputs.

Intended to be called in vtkOutlineCornerFilter::RequestData and in vtkOutlineFilter::RequestData.

◆ SetController()

void vtkPOutlineFilterInternals::SetController ( vtkMultiProcessController )

Set the controller to be used.

Default is nullptr.

◆ SetIsCornerSource()

void vtkPOutlineFilterInternals::SetIsCornerSource ( bool  value)

Set whether or not to generate a corner outline.

Default is false.

◆ SetCornerFactor()

void vtkPOutlineFilterInternals::SetCornerFactor ( double  cornerFactor)

Set the corner factor to use when creating corner outline.

Default is 0.2.


The documentation for this class was generated from the following file: