VTK
vtkQuadraturePointsGenerator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkQuadraturePointsGenerator.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
33 #ifndef vtkQuadraturePointsGenerator_h
34 #define vtkQuadraturePointsGenerator_h
35 
36 #include "vtkFiltersGeneralModule.h" // For export macro
37 #include "vtkPolyDataAlgorithm.h"
38 
39 class vtkPolyData;
41 class vtkInformation;
43 
45 {
46 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
50 
51 protected:
53 
55 
57 
59  vtkDataArray* offsets,
60  vtkPolyData *pdOut);
62 
65  vtkDataArray* offsets,
66  vtkPolyData* pdOut);
67 
70 private:
72  void operator=(const vtkQuadraturePointsGenerator &); // Not implemented
73 };
74 
75 #endif
vtkgl::data
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: vtkgl.h:11339
vtkQuadraturePointsGenerator::GenerateField
int GenerateField(vtkUnstructuredGrid *usgIn, vtkDataArray *data, vtkDataArray *offsets, vtkPolyData *pdOut)
vtkQuadraturePointsGenerator
Definition: vtkQuadraturePointsGenerator.h:45
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkQuadraturePointsGenerator::vtkQuadraturePointsGenerator
vtkQuadraturePointsGenerator()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkDataArray
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:55
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkPolyDataAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkFiltersGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkQuadraturePointsGenerator::RequestData
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output)
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkQuadraturePointsGenerator::Generate
int Generate(vtkUnstructuredGrid *usgIn, vtkDataArray *offsets, vtkPolyData *pdOut)
vtkQuadraturePointsGenerator::New
static vtkQuadraturePointsGenerator * New()
vtkQuadraturePointsGenerator::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkQuadraturePointsGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:82
vtkQuadraturePointsGenerator::~vtkQuadraturePointsGenerator
virtual ~vtkQuadraturePointsGenerator()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition: vtkPolyDataAlgorithm.h:44