#include "vtkEllipseBuilderFilter.h"#include <vtkObjectFactory.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkMultiBlockDataSet.h>#include <vtkDataObjectTreeIterator.h>#include <vtkDataSet.h>#include <vtkPoints.h>#include <vtkPointData.h>#include <vtkDataArray.h>#include <vtkStringArray.h>#include <vtkUnstructuredGrid.h>#include <vtkPolyVertex.h>#include <vtkMath.h>#include <complex>#include <algorithm>#include <vector>#include <cmath>
Functions | |
| bool | isStringInList (const list< string > &aList, const string &theName) |
| void | add2List (const list< string > &theSource, list< string > &theDestination) |
| double | maximumElement (vector< complex< double > > &theList) |
| list< std::string > | GetListOfFields (vtkDataObject *theObject) |
| vtkStandardNewMacro (vtkEllipseBuilderFilter) | |
| bool isStringInList | ( | const list< string > & | aList, |
| const string & | theName | ||
| ) |
| void add2List | ( | const list< string > & | theSource, |
| list< string > & | theDestination | ||
| ) |
References isStringInList().
| double maximumElement | ( | vector< complex< double > > & | theList | ) |
| list<std::string> GetListOfFields | ( | vtkDataObject * | theObject | ) |
| vtkStandardNewMacro | ( | vtkEllipseBuilderFilter | ) |