Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVGeometryFilter Class Reference

Geometry filter that does outlines for volumes. More...

#include <vtkPVGeometryFilter.h>

Inheritance diagram for vtkPVGeometryFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkPVGeometryFilter:
Collaboration graph
[legend]

Public Types

typedef vtkDataObjectAlgorithm Superclass
 
- Public Types inherited from vtkDataObjectAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
enum  DesiredOutputPrecision
 
enum  DesiredOutputPrecision
 
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void SetForceUseStrips (int)
 
virtual int GetForceUseStrips ()
 
virtual void ForceUseStripsOn ()
 
virtual void ForceUseStripsOff ()
 
virtual int GetOutlineFlag ()
 This flag is set during the execute method. More...
 
virtual void SetUseOutline (int)
 Set/get whether to produce outline (vs. More...
 
virtual int GetUseOutline ()
 Set/get whether to produce outline (vs. More...
 
virtual void SetGenerateFeatureEdges (bool)
 Set/get whether to produce feature edges (vs. More...
 
virtual bool GetGenerateFeatureEdges ()
 Set/get whether to produce feature edges (vs. More...
 
virtual void SetBlockColorsDistinctValues (int)
 Determines the number of distinct values in vtkBlockColors. More...
 
virtual int GetBlockColorsDistinctValues ()
 Determines the number of distinct values in vtkBlockColors. More...
 
void SetUseStrips (int)
 When input is structured data, this flag will generate faces with triangle strips. More...
 
virtual int GetUseStrips ()
 When input is structured data, this flag will generate faces with triangle strips. More...
 
virtual void UseStripsOn ()
 When input is structured data, this flag will generate faces with triangle strips. More...
 
virtual void UseStripsOff ()
 When input is structured data, this flag will generate faces with triangle strips. More...
 
virtual void SetGenerateCellNormals (int)
 Whether to generate cell normals. More...
 
virtual int GetGenerateCellNormals ()
 Whether to generate cell normals. More...
 
virtual void GenerateCellNormalsOn ()
 Whether to generate cell normals. More...
 
virtual void GenerateCellNormalsOff ()
 Whether to generate cell normals. More...
 
virtual void SetTriangulate (int val)
 Whether to triangulate mesh for rendering. More...
 
virtual int GetTriangulate ()
 Whether to triangulate mesh for rendering. More...
 
virtual void TriangulateOn ()
 Whether to triangulate mesh for rendering. More...
 
virtual void TriangulateOff ()
 Whether to triangulate mesh for rendering. More...
 
virtual void SetNonlinearSubdivisionLevel (int)
 Nonlinear faces are approximated with flat polygons. More...
 
virtual int GetNonlinearSubdivisionLevel ()
 Nonlinear faces are approximated with flat polygons. More...
 
virtual void SetController (vtkMultiProcessController *)
 Set and get the controller. More...
 
virtual vtkMultiProcessControllerGetController ()
 Set and get the controller. More...
 
void SetPassThroughCellIds (int)
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. More...
 
virtual int GetPassThroughCellIds ()
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. More...
 
virtual void PassThroughCellIdsOn ()
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. More...
 
virtual void PassThroughCellIdsOff ()
 If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. More...
 
void SetPassThroughPointIds (int)
 If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. More...
 
virtual int GetPassThroughPointIds ()
 If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. More...
 
virtual void PassThroughPointIdsOn ()
 If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. More...
 
virtual void PassThroughPointIdsOff ()
 If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex. More...
 
virtual void SetGenerateProcessIds (bool)
 If on, point arrays named vtkProcessId is added. More...
 
virtual bool GetGenerateProcessIds ()
 If on, point arrays named vtkProcessId is added. More...
 
virtual void GenerateProcessIdsOn ()
 If on, point arrays named vtkProcessId is added. More...
 
virtual void GenerateProcessIdsOff ()
 If on, point arrays named vtkProcessId is added. More...
 
virtual void SetHideInternalAMRFaces (bool)
 This property affects the way AMR outlines and faces are generated. More...
 
virtual bool GetHideInternalAMRFaces ()
 This property affects the way AMR outlines and faces are generated. More...
 
virtual void HideInternalAMRFacesOn ()
 This property affects the way AMR outlines and faces are generated. More...
 
virtual void HideInternalAMRFacesOff ()
 This property affects the way AMR outlines and faces are generated. More...
 
virtual void SetUseNonOverlappingAMRMetaDataForOutlines (bool)
 For overlapping AMR, this property controls affects the way AMR outlines are generated. More...
 
virtual bool GetUseNonOverlappingAMRMetaDataForOutlines ()
 For overlapping AMR, this property controls affects the way AMR outlines are generated. More...
 
virtual void UseNonOverlappingAMRMetaDataForOutlinesOn ()
 For overlapping AMR, this property controls affects the way AMR outlines are generated. More...
 
virtual void UseNonOverlappingAMRMetaDataForOutlinesOff ()
 For overlapping AMR, this property controls affects the way AMR outlines are generated. More...
 
- Public Member Functions inherited from vtkDataObjectAlgorithm
vtkDataObjectAlgorithmNewInstance () const
 
vtkDataObjectGetInput ()
 
vtkDataObjectGetInput (int port)
 
vtkDataObjectGetOutput ()
 
vtkDataObjectGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (int, vtkDataObject *)
 
vtkDataObjectGetOutput ()
 
vtkDataObjectGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual int Update (int port, vtkInformationVector *requests)
 
virtual int Update (vtkInformation *requests)
 
virtual int UpdateExtent (const int extents[6])
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
void SetUpdateExtent (int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
void Register (vtkObjectBase *o) VTK_OVERRIDE
 
void UnRegister (vtkObjectBase *o) VTK_OVERRIDE
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0)
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
void Register (vtkObjectBase *o) VTK_OVERRIDE
 
void UnRegister (vtkObjectBase *o) VTK_OVERRIDE
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0)
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual vtkMTimeType GetMTime ()
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkPVGeometryFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVGeometryFilterSafeDownCast (vtkObject *o)
 
static vtkInformationIntegerVectorKeyPOINT_OFFSETS ()
 
static vtkInformationIntegerVectorKeyVERTS_OFFSETS ()
 
static vtkInformationIntegerVectorKeyLINES_OFFSETS ()
 
static vtkInformationIntegerVectorKeyPOLYS_OFFSETS ()
 
static vtkInformationIntegerVectorKeySTRIPS_OFFSETS ()
 
- Static Public Member Functions inherited from vtkDataObjectAlgorithm
static vtkDataObjectAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataObjectAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkPVGeometryFilter ()
 
 ~vtkPVGeometryFilter () override
 
vtkExecutiveCreateDefaultExecutive () override
 
void ExecuteAMRBlock (vtkUniformGrid *input, vtkPolyData *output, const bool extractface[6])
 Produce geometry for a block in the dataset. More...
 
void ExecuteAMRBlockOutline (const double bounds[6], vtkPolyData *output, const bool extractface[6])
 Used instead of ExecuteAMRBlock() when this->UseOutline is true. More...
 
void ExecuteBlock (vtkDataObject *input, vtkPolyData *output, int doCommunicate, int updatePiece, int updateNumPieces, int updateGhosts, const int *wholeExtent)
 
void DataSetExecute (vtkDataSet *input, vtkPolyData *output, int doCommunicate)
 
void GenericDataSetExecute (vtkGenericDataSet *input, vtkPolyData *output, int doCommunicate)
 
void ImageDataExecute (vtkImageData *input, vtkPolyData *output, int doCommunicate, int updatePiece, const int *ext)
 
void StructuredGridExecute (vtkStructuredGrid *input, vtkPolyData *output, int updatePiece, int updateNumPieces, int updateGhosts, const int *wholeExtent)
 
void RectilinearGridExecute (vtkRectilinearGrid *input, vtkPolyData *output, int updatePiece, int updateNumPieces, int updateGhosts, const int *wholeExtent)
 
void UnstructuredGridExecute (vtkUnstructuredGridBase *input, vtkPolyData *output, int doCommunicate)
 
void PolyDataExecute (vtkPolyData *input, vtkPolyData *output, int doCommunicate)
 
void HyperTreeGridExecute (vtkHyperTreeGrid *input, vtkPolyData *output, int doCommunicate)
 
void ExplicitStructuredGridExecute (vtkExplicitStructuredGrid *input, vtkPolyData *out, int doCommunicate, const int *wholeExtent)
 
void CleanupOutputData (vtkPolyData *output, int doCommunicate)
 Cleans up the output polydata. More...
 
void ExecuteCellNormals (vtkPolyData *output, int doCommunicate)
 
void ChangeUseStripsInternal (int val, int force)
 
int CheckAttributes (vtkDataObject *input)
 Call CheckAttributes on the input which ensures that all attribute arrays have valid lengths. More...
 
void HandleGeometryFilterProgress (vtkObject *caller, unsigned long, void *)
 
int FillInputPortInformation (int, vtkInformation *) override
 
void ReportReferences (vtkGarbageCollector *) override
 
int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 Overridden to request ghost-cells for vtkUnstructuredGrid inputs so that we don't generate internal surfaces. More...
 
void RemoveGhostCells (vtkPolyData *)
 
int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet. More...
 
virtual int RequestAMRData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet. More...
 
virtual int RequestDataObjectTree (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet. More...
 
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
 Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet. More...
 
- Protected Member Functions inherited from vtkDataObjectAlgorithm
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkDataObjectAlgorithm ()
 
 ~vtkDataObjectAlgorithm ()
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetErrorCode (unsigned long)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int OutlineFlag
 
int UseOutline
 
int BlockColorsDistinctValues
 
int UseStrips
 
int GenerateCellNormals
 
int Triangulate
 
int NonlinearSubdivisionLevel
 
vtkMultiProcessControllerController
 
vtkOutlineSourceOutlineSource
 
vtkDataSetSurfaceFilterDataSetSurfaceFilter
 
vtkGenericGeometryFilterGenericGeometryFilter
 
vtkUnstructuredGridGeometryFilterUnstructuredGridGeometryFilter
 
vtkPVRecoverGeometryWireframeRecoverWireframeFilter
 
vtkFeatureEdgesFeatureEdgesFilter
 
bool GenerateProcessIds
 
int PassThroughCellIds
 
int PassThroughPointIds
 
int ForceUseStrips
 
vtkTimeStamp StripSettingMTime
 
int StripModFirstPass
 
bool HideInternalAMRFaces
 
bool UseNonOverlappingAMRMetaDataForOutlines
 
bool GenerateFeatureEdges
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
 SINGLE_PRECISION
 
 DOUBLE_PRECISION
 
 DEFAULT_PRECISION
 
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Geometry filter that does outlines for volumes.

This filter defaults to using the outline filter unless the input is a structured volume.

Definition at line 51 of file vtkPVGeometryFilter.h.

Member Typedef Documentation

◆ Superclass

Definition at line 55 of file vtkPVGeometryFilter.h.

Constructor & Destructor Documentation

◆ vtkPVGeometryFilter()

vtkPVGeometryFilter::vtkPVGeometryFilter ( )
protected

◆ ~vtkPVGeometryFilter()

vtkPVGeometryFilter::~vtkPVGeometryFilter ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPVGeometryFilter* vtkPVGeometryFilter::New ( )
static

◆ GetClassName()

virtual const char* vtkPVGeometryFilter::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVGeometryFilter::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVGeometryFilter::IsA ( const char *  type)
virtual

Reimplemented from vtkDataObjectAlgorithm.

◆ SafeDownCast()

static vtkPVGeometryFilter* vtkPVGeometryFilter::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPVGeometryFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkDataObjectAlgorithm.

◆ GetOutlineFlag()

virtual int vtkPVGeometryFilter::GetOutlineFlag ( )
virtual

This flag is set during the execute method.

It indicates that the input was 3d and an outline representation was used.

◆ SetUseOutline()

virtual void vtkPVGeometryFilter::SetUseOutline ( int  )
virtual

Set/get whether to produce outline (vs.

surface).

◆ GetUseOutline()

virtual int vtkPVGeometryFilter::GetUseOutline ( )
virtual

Set/get whether to produce outline (vs.

surface).

◆ SetGenerateFeatureEdges()

virtual void vtkPVGeometryFilter::SetGenerateFeatureEdges ( bool  )
virtual

Set/get whether to produce feature edges (vs.

surface). If both this and UseOutline are true, then an outline will be produced.

◆ GetGenerateFeatureEdges()

virtual bool vtkPVGeometryFilter::GetGenerateFeatureEdges ( )
virtual

Set/get whether to produce feature edges (vs.

surface). If both this and UseOutline are true, then an outline will be produced.

◆ SetBlockColorsDistinctValues()

virtual void vtkPVGeometryFilter::SetBlockColorsDistinctValues ( int  )
virtual

Determines the number of distinct values in vtkBlockColors.

◆ GetBlockColorsDistinctValues()

virtual int vtkPVGeometryFilter::GetBlockColorsDistinctValues ( )
virtual

Determines the number of distinct values in vtkBlockColors.

◆ SetUseStrips()

void vtkPVGeometryFilter::SetUseStrips ( int  )

When input is structured data, this flag will generate faces with triangle strips.

This should render faster and use less memory, but no cell data is copied. By default, UseStrips is Off.

◆ GetUseStrips()

virtual int vtkPVGeometryFilter::GetUseStrips ( )
virtual

When input is structured data, this flag will generate faces with triangle strips.

This should render faster and use less memory, but no cell data is copied. By default, UseStrips is Off.

◆ UseStripsOn()

virtual void vtkPVGeometryFilter::UseStripsOn ( )
virtual

When input is structured data, this flag will generate faces with triangle strips.

This should render faster and use less memory, but no cell data is copied. By default, UseStrips is Off.

◆ UseStripsOff()

virtual void vtkPVGeometryFilter::UseStripsOff ( )
virtual

When input is structured data, this flag will generate faces with triangle strips.

This should render faster and use less memory, but no cell data is copied. By default, UseStrips is Off.

◆ SetForceUseStrips()

void vtkPVGeometryFilter::SetForceUseStrips ( int  )

◆ GetForceUseStrips()

virtual int vtkPVGeometryFilter::GetForceUseStrips ( )
virtual

◆ ForceUseStripsOn()

virtual void vtkPVGeometryFilter::ForceUseStripsOn ( )
virtual

◆ ForceUseStripsOff()

virtual void vtkPVGeometryFilter::ForceUseStripsOff ( )
virtual

◆ SetGenerateCellNormals()

virtual void vtkPVGeometryFilter::SetGenerateCellNormals ( int  )
virtual

Whether to generate cell normals.

They can only be used for poly cells now. This option does nothing if the output contains lines, verts, or strips.

◆ GetGenerateCellNormals()

virtual int vtkPVGeometryFilter::GetGenerateCellNormals ( )
virtual

Whether to generate cell normals.

They can only be used for poly cells now. This option does nothing if the output contains lines, verts, or strips.

◆ GenerateCellNormalsOn()

virtual void vtkPVGeometryFilter::GenerateCellNormalsOn ( )
virtual

Whether to generate cell normals.

They can only be used for poly cells now. This option does nothing if the output contains lines, verts, or strips.

◆ GenerateCellNormalsOff()

virtual void vtkPVGeometryFilter::GenerateCellNormalsOff ( )
virtual

Whether to generate cell normals.

They can only be used for poly cells now. This option does nothing if the output contains lines, verts, or strips.

◆ SetTriangulate()

virtual void vtkPVGeometryFilter::SetTriangulate ( int  val)
virtual

Whether to triangulate mesh for rendering.

This parameter avoid rendering issues of non-convex polygons. This option has no effect when using OpenGL2 rendering backend. OpenGL2 rendering always triangulates polygonal meshes.

◆ GetTriangulate()

virtual int vtkPVGeometryFilter::GetTriangulate ( )
virtual

Whether to triangulate mesh for rendering.

This parameter avoid rendering issues of non-convex polygons. This option has no effect when using OpenGL2 rendering backend. OpenGL2 rendering always triangulates polygonal meshes.

◆ TriangulateOn()

virtual void vtkPVGeometryFilter::TriangulateOn ( )
virtual

Whether to triangulate mesh for rendering.

This parameter avoid rendering issues of non-convex polygons. This option has no effect when using OpenGL2 rendering backend. OpenGL2 rendering always triangulates polygonal meshes.

◆ TriangulateOff()

virtual void vtkPVGeometryFilter::TriangulateOff ( )
virtual

Whether to triangulate mesh for rendering.

This parameter avoid rendering issues of non-convex polygons. This option has no effect when using OpenGL2 rendering backend. OpenGL2 rendering always triangulates polygonal meshes.

◆ SetNonlinearSubdivisionLevel()

virtual void vtkPVGeometryFilter::SetNonlinearSubdivisionLevel ( int  )
virtual

Nonlinear faces are approximated with flat polygons.

This parameter controls how many times to subdivide nonlinear surface cells. Higher subdivisions generate closer approximations but take more memory and rendering time. Subdivision is recursive, so the number of output polygons can grow exponentially with this parameter.

◆ GetNonlinearSubdivisionLevel()

virtual int vtkPVGeometryFilter::GetNonlinearSubdivisionLevel ( )
virtual

Nonlinear faces are approximated with flat polygons.

This parameter controls how many times to subdivide nonlinear surface cells. Higher subdivisions generate closer approximations but take more memory and rendering time. Subdivision is recursive, so the number of output polygons can grow exponentially with this parameter.

◆ SetController()

virtual void vtkPVGeometryFilter::SetController ( vtkMultiProcessController )
virtual

Set and get the controller.

◆ GetController()

virtual vtkMultiProcessController* vtkPVGeometryFilter::GetController ( )
virtual

Set and get the controller.

◆ SetPassThroughCellIds()

void vtkPVGeometryFilter::SetPassThroughCellIds ( int  )

If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell.

This is useful for picking but it takes memory. The default is on.

◆ GetPassThroughCellIds()

virtual int vtkPVGeometryFilter::GetPassThroughCellIds ( )
virtual

If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell.

This is useful for picking but it takes memory. The default is on.

◆ PassThroughCellIdsOn()

virtual void vtkPVGeometryFilter::PassThroughCellIdsOn ( )
virtual

If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell.

This is useful for picking but it takes memory. The default is on.

◆ PassThroughCellIdsOff()

virtual void vtkPVGeometryFilter::PassThroughCellIdsOff ( )
virtual

If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell.

This is useful for picking but it takes memory. The default is on.

◆ SetPassThroughPointIds()

void vtkPVGeometryFilter::SetPassThroughPointIds ( int  )

If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex.

This is useful for picking but it takes memory. The default is on.

◆ GetPassThroughPointIds()

virtual int vtkPVGeometryFilter::GetPassThroughPointIds ( )
virtual

If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex.

This is useful for picking but it takes memory. The default is on.

◆ PassThroughPointIdsOn()

virtual void vtkPVGeometryFilter::PassThroughPointIdsOn ( )
virtual

If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex.

This is useful for picking but it takes memory. The default is on.

◆ PassThroughPointIdsOff()

virtual void vtkPVGeometryFilter::PassThroughPointIdsOff ( )
virtual

If on, the output polygonal dataset will have a pointdata array that holds the point index of the original vertex that produced each output vertex.

This is useful for picking but it takes memory. The default is on.

◆ SetGenerateProcessIds()

virtual void vtkPVGeometryFilter::SetGenerateProcessIds ( bool  )
virtual

If on, point arrays named vtkProcessId is added.

◆ GetGenerateProcessIds()

virtual bool vtkPVGeometryFilter::GetGenerateProcessIds ( )
virtual

If on, point arrays named vtkProcessId is added.

◆ GenerateProcessIdsOn()

virtual void vtkPVGeometryFilter::GenerateProcessIdsOn ( )
virtual

If on, point arrays named vtkProcessId is added.

◆ GenerateProcessIdsOff()

virtual void vtkPVGeometryFilter::GenerateProcessIdsOff ( )
virtual

If on, point arrays named vtkProcessId is added.

◆ SetHideInternalAMRFaces()

virtual void vtkPVGeometryFilter::SetHideInternalAMRFaces ( bool  )
virtual

This property affects the way AMR outlines and faces are generated.

When set to true (default), internal data-set faces/outlines for datasets within the AMR grids are hidden. Set it to false to see boxes for all the datasets in the AMR, internal or otherwise.

◆ GetHideInternalAMRFaces()

virtual bool vtkPVGeometryFilter::GetHideInternalAMRFaces ( )
virtual

This property affects the way AMR outlines and faces are generated.

When set to true (default), internal data-set faces/outlines for datasets within the AMR grids are hidden. Set it to false to see boxes for all the datasets in the AMR, internal or otherwise.

◆ HideInternalAMRFacesOn()

virtual void vtkPVGeometryFilter::HideInternalAMRFacesOn ( )
virtual

This property affects the way AMR outlines and faces are generated.

When set to true (default), internal data-set faces/outlines for datasets within the AMR grids are hidden. Set it to false to see boxes for all the datasets in the AMR, internal or otherwise.

◆ HideInternalAMRFacesOff()

virtual void vtkPVGeometryFilter::HideInternalAMRFacesOff ( )
virtual

This property affects the way AMR outlines and faces are generated.

When set to true (default), internal data-set faces/outlines for datasets within the AMR grids are hidden. Set it to false to see boxes for all the datasets in the AMR, internal or otherwise.

◆ SetUseNonOverlappingAMRMetaDataForOutlines()

virtual void vtkPVGeometryFilter::SetUseNonOverlappingAMRMetaDataForOutlines ( bool  )
virtual

For overlapping AMR, this property controls affects the way AMR outlines are generated.

When set to true (default), it uses the overlapping AMR meta-data to identify the blocks present in the AMR. Which implies that even if the input did not fill in the uniform grids for all datasets in the AMR, this filter can generate outlines using the metadata alone. When set to false, the filter will only generate outlines for datasets that are actually present. Note, this only affects overlapping AMR.

◆ GetUseNonOverlappingAMRMetaDataForOutlines()

virtual bool vtkPVGeometryFilter::GetUseNonOverlappingAMRMetaDataForOutlines ( )
virtual

For overlapping AMR, this property controls affects the way AMR outlines are generated.

When set to true (default), it uses the overlapping AMR meta-data to identify the blocks present in the AMR. Which implies that even if the input did not fill in the uniform grids for all datasets in the AMR, this filter can generate outlines using the metadata alone. When set to false, the filter will only generate outlines for datasets that are actually present. Note, this only affects overlapping AMR.

◆ UseNonOverlappingAMRMetaDataForOutlinesOn()

virtual void vtkPVGeometryFilter::UseNonOverlappingAMRMetaDataForOutlinesOn ( )
virtual

For overlapping AMR, this property controls affects the way AMR outlines are generated.

When set to true (default), it uses the overlapping AMR meta-data to identify the blocks present in the AMR. Which implies that even if the input did not fill in the uniform grids for all datasets in the AMR, this filter can generate outlines using the metadata alone. When set to false, the filter will only generate outlines for datasets that are actually present. Note, this only affects overlapping AMR.

◆ UseNonOverlappingAMRMetaDataForOutlinesOff()

virtual void vtkPVGeometryFilter::UseNonOverlappingAMRMetaDataForOutlinesOff ( )
virtual

For overlapping AMR, this property controls affects the way AMR outlines are generated.

When set to true (default), it uses the overlapping AMR meta-data to identify the blocks present in the AMR. Which implies that even if the input did not fill in the uniform grids for all datasets in the AMR, this filter can generate outlines using the metadata alone. When set to false, the filter will only generate outlines for datasets that are actually present. Note, this only affects overlapping AMR.

◆ POINT_OFFSETS()

static vtkInformationIntegerVectorKey* vtkPVGeometryFilter::POINT_OFFSETS ( )
static

◆ VERTS_OFFSETS()

static vtkInformationIntegerVectorKey* vtkPVGeometryFilter::VERTS_OFFSETS ( )
static

◆ LINES_OFFSETS()

static vtkInformationIntegerVectorKey* vtkPVGeometryFilter::LINES_OFFSETS ( )
static

◆ POLYS_OFFSETS()

static vtkInformationIntegerVectorKey* vtkPVGeometryFilter::POLYS_OFFSETS ( )
static

◆ STRIPS_OFFSETS()

static vtkInformationIntegerVectorKey* vtkPVGeometryFilter::STRIPS_OFFSETS ( )
static

◆ RequestDataObject()

int vtkPVGeometryFilter::RequestDataObject ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotectedvirtual

Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet.

Reimplemented from vtkDataObjectAlgorithm.

◆ RequestAMRData()

virtual int vtkPVGeometryFilter::RequestAMRData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet.

◆ RequestDataObjectTree()

virtual int vtkPVGeometryFilter::RequestDataObjectTree ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet.

◆ RequestData()

int vtkPVGeometryFilter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
overrideprotectedvirtual

Overridden to create vtkMultiBlockDataSet when input is a composite-dataset and vtkPolyData when input is a vtkDataSet.

Reimplemented from vtkDataObjectAlgorithm.

◆ CreateDefaultExecutive()

vtkExecutive* vtkPVGeometryFilter::CreateDefaultExecutive ( )
overrideprotectedvirtual

Reimplemented from vtkAlgorithm.

◆ ExecuteAMRBlock()

void vtkPVGeometryFilter::ExecuteAMRBlock ( vtkUniformGrid input,
vtkPolyData output,
const bool  extractface[6] 
)
protected

Produce geometry for a block in the dataset.

This does not handle producing outlines. Call only when this->UseOutline == 0; extractface mask it is used to determine external faces.

◆ ExecuteAMRBlockOutline()

void vtkPVGeometryFilter::ExecuteAMRBlockOutline ( const double  bounds[6],
vtkPolyData output,
const bool  extractface[6] 
)
protected

Used instead of ExecuteAMRBlock() when this->UseOutline is true.

◆ ExecuteBlock()

void vtkPVGeometryFilter::ExecuteBlock ( vtkDataObject input,
vtkPolyData output,
int  doCommunicate,
int  updatePiece,
int  updateNumPieces,
int  updateGhosts,
const int wholeExtent 
)
protected

◆ DataSetExecute()

void vtkPVGeometryFilter::DataSetExecute ( vtkDataSet input,
vtkPolyData output,
int  doCommunicate 
)
protected

◆ GenericDataSetExecute()

void vtkPVGeometryFilter::GenericDataSetExecute ( vtkGenericDataSet input,
vtkPolyData output,
int  doCommunicate 
)
protected

◆ ImageDataExecute()

void vtkPVGeometryFilter::ImageDataExecute ( vtkImageData input,
vtkPolyData output,
int  doCommunicate,
int  updatePiece,
const int ext 
)
protected

◆ StructuredGridExecute()

void vtkPVGeometryFilter::StructuredGridExecute ( vtkStructuredGrid input,
vtkPolyData output,
int  updatePiece,
int  updateNumPieces,
int  updateGhosts,
const int wholeExtent 
)
protected

◆ RectilinearGridExecute()

void vtkPVGeometryFilter::RectilinearGridExecute ( vtkRectilinearGrid input,
vtkPolyData output,
int  updatePiece,
int  updateNumPieces,
int  updateGhosts,
const int wholeExtent 
)
protected

◆ UnstructuredGridExecute()

void vtkPVGeometryFilter::UnstructuredGridExecute ( vtkUnstructuredGridBase input,
vtkPolyData output,
int  doCommunicate 
)
protected

◆ PolyDataExecute()

void vtkPVGeometryFilter::PolyDataExecute ( vtkPolyData input,
vtkPolyData output,
int  doCommunicate 
)
protected

◆ HyperTreeGridExecute()

void vtkPVGeometryFilter::HyperTreeGridExecute ( vtkHyperTreeGrid input,
vtkPolyData output,
int  doCommunicate 
)
protected

◆ ExplicitStructuredGridExecute()

void vtkPVGeometryFilter::ExplicitStructuredGridExecute ( vtkExplicitStructuredGrid *  input,
vtkPolyData out,
int  doCommunicate,
const int wholeExtent 
)
protected

◆ CleanupOutputData()

void vtkPVGeometryFilter::CleanupOutputData ( vtkPolyData output,
int  doCommunicate 
)
protected

Cleans up the output polydata.

If doCommunicate is true the method is free to communicate with other processes as needed.

◆ ExecuteCellNormals()

void vtkPVGeometryFilter::ExecuteCellNormals ( vtkPolyData output,
int  doCommunicate 
)
protected

◆ ChangeUseStripsInternal()

void vtkPVGeometryFilter::ChangeUseStripsInternal ( int  val,
int  force 
)
protected

◆ CheckAttributes()

int vtkPVGeometryFilter::CheckAttributes ( vtkDataObject input)
protected

Call CheckAttributes on the input which ensures that all attribute arrays have valid lengths.

◆ HandleGeometryFilterProgress()

void vtkPVGeometryFilter::HandleGeometryFilterProgress ( vtkObject caller,
unsigned  long,
void *   
)
protected

◆ FillInputPortInformation()

int vtkPVGeometryFilter::FillInputPortInformation ( int  ,
vtkInformation  
)
overrideprotectedvirtual

Reimplemented from vtkDataObjectAlgorithm.

◆ ReportReferences()

void vtkPVGeometryFilter::ReportReferences ( vtkGarbageCollector )
overrideprotectedvirtual

Reimplemented from vtkAlgorithm.

◆ RequestUpdateExtent()

int vtkPVGeometryFilter::RequestUpdateExtent ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotectedvirtual

Overridden to request ghost-cells for vtkUnstructuredGrid inputs so that we don't generate internal surfaces.

Reimplemented from vtkDataObjectAlgorithm.

◆ RemoveGhostCells()

void vtkPVGeometryFilter::RemoveGhostCells ( vtkPolyData )
protected

Member Data Documentation

◆ OutlineFlag

int vtkPVGeometryFilter::OutlineFlag
protected

Definition at line 287 of file vtkPVGeometryFilter.h.

◆ UseOutline

int vtkPVGeometryFilter::UseOutline
protected

Definition at line 288 of file vtkPVGeometryFilter.h.

◆ BlockColorsDistinctValues

int vtkPVGeometryFilter::BlockColorsDistinctValues
protected

Definition at line 289 of file vtkPVGeometryFilter.h.

◆ UseStrips

int vtkPVGeometryFilter::UseStrips
protected

Definition at line 290 of file vtkPVGeometryFilter.h.

◆ GenerateCellNormals

int vtkPVGeometryFilter::GenerateCellNormals
protected

Definition at line 291 of file vtkPVGeometryFilter.h.

◆ Triangulate

int vtkPVGeometryFilter::Triangulate
protected

Definition at line 292 of file vtkPVGeometryFilter.h.

◆ NonlinearSubdivisionLevel

int vtkPVGeometryFilter::NonlinearSubdivisionLevel
protected

Definition at line 293 of file vtkPVGeometryFilter.h.

◆ Controller

vtkMultiProcessController* vtkPVGeometryFilter::Controller
protected

Definition at line 295 of file vtkPVGeometryFilter.h.

◆ OutlineSource

vtkOutlineSource* vtkPVGeometryFilter::OutlineSource
protected

Definition at line 296 of file vtkPVGeometryFilter.h.

◆ DataSetSurfaceFilter

vtkDataSetSurfaceFilter* vtkPVGeometryFilter::DataSetSurfaceFilter
protected

Definition at line 297 of file vtkPVGeometryFilter.h.

◆ GenericGeometryFilter

vtkGenericGeometryFilter* vtkPVGeometryFilter::GenericGeometryFilter
protected

Definition at line 298 of file vtkPVGeometryFilter.h.

◆ UnstructuredGridGeometryFilter

vtkUnstructuredGridGeometryFilter* vtkPVGeometryFilter::UnstructuredGridGeometryFilter
protected

Definition at line 299 of file vtkPVGeometryFilter.h.

◆ RecoverWireframeFilter

vtkPVRecoverGeometryWireframe* vtkPVGeometryFilter::RecoverWireframeFilter
protected

Definition at line 300 of file vtkPVGeometryFilter.h.

◆ FeatureEdgesFilter

vtkFeatureEdges* vtkPVGeometryFilter::FeatureEdgesFilter
protected

Definition at line 301 of file vtkPVGeometryFilter.h.

◆ GenerateProcessIds

bool vtkPVGeometryFilter::GenerateProcessIds
protected

Definition at line 325 of file vtkPVGeometryFilter.h.

◆ PassThroughCellIds

int vtkPVGeometryFilter::PassThroughCellIds
protected

Definition at line 326 of file vtkPVGeometryFilter.h.

◆ PassThroughPointIds

int vtkPVGeometryFilter::PassThroughPointIds
protected

Definition at line 327 of file vtkPVGeometryFilter.h.

◆ ForceUseStrips

int vtkPVGeometryFilter::ForceUseStrips
protected

Definition at line 328 of file vtkPVGeometryFilter.h.

◆ StripSettingMTime

vtkTimeStamp vtkPVGeometryFilter::StripSettingMTime
protected

Definition at line 329 of file vtkPVGeometryFilter.h.

◆ StripModFirstPass

int vtkPVGeometryFilter::StripModFirstPass
protected

Definition at line 330 of file vtkPVGeometryFilter.h.

◆ HideInternalAMRFaces

bool vtkPVGeometryFilter::HideInternalAMRFaces
protected

Definition at line 331 of file vtkPVGeometryFilter.h.

◆ UseNonOverlappingAMRMetaDataForOutlines

bool vtkPVGeometryFilter::UseNonOverlappingAMRMetaDataForOutlines
protected

Definition at line 332 of file vtkPVGeometryFilter.h.

◆ GenerateFeatureEdges

bool vtkPVGeometryFilter::GenerateFeatureEdges
protected

Definition at line 333 of file vtkPVGeometryFilter.h.


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