VTK
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 ()
 
virtual ~vtkPOutlineFilterInternals ()
 
void SetController (vtkMultiProcessController *)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetCornerFactor (double cornerFactor)
 
void SetIsCornerSource (bool value)
 

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.

Definition at line 43 of file vtkPOutlineFilterInternals.h.

Constructor & Destructor Documentation

vtkPOutlineFilterInternals::vtkPOutlineFilterInternals ( )
virtual vtkPOutlineFilterInternals::~vtkPOutlineFilterInternals ( )
virtual

Member Function Documentation

void vtkPOutlineFilterInternals::SetController ( vtkMultiProcessController )
int vtkPOutlineFilterInternals::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
void vtkPOutlineFilterInternals::SetCornerFactor ( double  cornerFactor)
void vtkPOutlineFilterInternals::SetIsCornerSource ( bool  value)

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