Namespaces | Functions
vtkPVPostFilterPrivateTools.h File Reference
#include <string>
Include dependency graph for vtkPVPostFilterPrivateTools.h:

Go to the source code of this file.

Namespaces

 vtkPVPostFilterPrivateTools
 

Functions

std::string vtkPVPostFilterPrivateTools::DefaultComponentName (int componentNumber, int componentCount)
 Return default component name for provided number and count. More...
 
void vtkPVPostFilterPrivateTools::DeMangleArrayName (const std::string &mangledName, vtkDataSet *dataSet, std::string &demangledName, std::string &demangledComponentName)
 Demangles a mangled string containing an array name and a component name. More...
 
bool vtkPVPostFilterPrivateTools::ExtractComponent (vtkDataSetAttributes *dsa, const char *requested_name, const char *demangled_name, const char *demangled_component_name)
 Extract a specific component for demangled name. More...
 
void vtkPVPostFilterPrivateTools::CellDataToPointData (vtkDataSet *output, const char *name)
 Convert a name cell data to point data and add to output. More...
 
void vtkPVPostFilterPrivateTools::PointDataToCellData (vtkDataSet *output, const char *name)
 Convert a name point data to cell data and add to output. More...
 
bool vtkPVPostFilterPrivateTools::DoAnyNeededConversions (vtkDataSet *output, const char *requested_name, int fieldAssociation, const char *demangled_name, const char *demangled_component_name, bool checkOnly)
 Do the conversion for the requested name and field association, on the provided output. More...
 
bool vtkPVPostFilterPrivateTools::DoAnyNeededConversions (vtkInformation *info, vtkInformationInformationVectorKey *key, vtkDataSet *dataset, bool checkOnly)
 Do the conversion for the requested info, on the provided output. More...
 
bool vtkPVPostFilterPrivateTools::DoAnyNeededConversions (vtkInformation *info, vtkInformationInformationVectorKey *key, vtkDataObject *output, bool checkOnly=false)
 Do the conversions for the requested info, on the provided output. More...