VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Common
DataModel
vtkNonLinearCell.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkNonLinearCell.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
=========================================================================*/
29
#ifndef vtkNonLinearCell_h
30
#define vtkNonLinearCell_h
31
32
#include "
vtkCommonDataModelModule.h
"
// For export macro
33
#include "
vtkCell.h
"
34
35
class
VTKCOMMONDATAMODEL_EXPORT
vtkNonLinearCell
:
public
vtkCell
36
{
37
public
:
38
vtkTypeMacro
(
vtkNonLinearCell
,
vtkCell
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
44
virtual
int
IsLinear
() {
return
0;}
45
46
protected
:
47
vtkNonLinearCell
();
48
~vtkNonLinearCell
() {}
49
50
private
:
51
vtkNonLinearCell
(
const
vtkNonLinearCell
&);
// Not implemented.
52
void
operator=(
const
vtkNonLinearCell
&);
// Not implemented.
53
};
54
55
#endif
56
57
vtkCommonDataModelModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkNonLinearCell::vtkNonLinearCell
vtkNonLinearCell()
vtkCell.h
vtkCell
abstract class to specify cell behavior
Definition:
vtkCell.h:62
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkNonLinearCell::~vtkNonLinearCell
~vtkNonLinearCell()
Definition:
vtkNonLinearCell.h:48
vtkNonLinearCell
abstract superclass for non-linear cells
Definition:
vtkNonLinearCell.h:36
vtkNonLinearCell::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKCOMMONDATAMODEL_EXPORT
#define VTKCOMMONDATAMODEL_EXPORT
Definition:
vtkCommonDataModelModule.h:15
vtkNonLinearCell::IsLinear
virtual int IsLinear()
Definition:
vtkNonLinearCell.h:44
Generated by
1.8.20