|
VTK
|
#include "vtkDaxConfig.h"#include "vtkDaxDetailCommon.h"#include "vtkDispatcher.h"#include "vtkDoubleDispatcher.h"#include "vtkNew.h"#include "vtkCellTypes.h"#include "vtkGenericCell.h"#include "vtkHexahedron.h"#include "vtkLine.h"#include "vtkQuad.h"#include "vtkTetra.h"#include "vtkTriangle.h"#include "vtkVertex.h"#include "vtkVoxel.h"#include "vtkWedge.h"#include "vtkDoubleArray.h"#include "vtkFloatArray.h"#include "vtkIntArray.h"#include "vtkUnsignedCharArray.h"#include "vtkDataObjectTypes.h"#include "vtkImageData.h"#include "vtkStructuredGrid.h"#include "vtkUniformGrid.h"#include "vtkUnstructuredGrid.h"#include "vtkToDax/CellTypeToType.h"#include "vtkToDax/Containers.h"#include "vtkToDax/DataSetTypeToType.h"#include "vtkToDax/FieldTypeToType.h"#include "vtkToDax/Portals.h"#include "vtkToDax/Threshold.h"
Go to the source code of this file.
Classes | |
| struct | vtkDax::detail::ValidThresholdInput |
Namespaces | |
| namespace | vtkDax |
| namespace | vtkDax::detail |
Functions | |
| int | vtkDax::Threshold (vtkDataSet *input, vtkUnstructuredGrid *output, vtkDataArray *field, double lower, double upper) |
1.8.0