ParaView
ParaViewCore
VTKExtensions
Rendering
vtkPVCenterAxesActor.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: $RCSfile$
5
6
Copyright (c) Kitware, Inc.
7
All rights reserved.
8
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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
=========================================================================*/
22
#ifndef vtkPVCenterAxesActor_h
23
#define vtkPVCenterAxesActor_h
24
25
#include "vtkOpenGLActor.h"
26
#include "vtkPVVTKExtensionsRenderingModule.h"
// needed for export macro
27
28
class
vtkAxes;
29
class
vtkPolyDataMapper;
30
31
class
VTKPVVTKEXTENSIONSRENDERING_EXPORT
vtkPVCenterAxesActor
:
public
vtkOpenGLActor
32
{
33
public
:
34
static
vtkPVCenterAxesActor
* New();
35
vtkTypeMacro(
vtkPVCenterAxesActor
, vtkOpenGLActor);
36
void
PrintSelf(ostream& os, vtkIndent indent);
37
41
void
SetSymmetric(
int
);
42
46
void
SetComputeNormals(
int
);
47
48
protected
:
49
vtkPVCenterAxesActor
();
50
~
vtkPVCenterAxesActor
();
51
52
vtkAxes*
Axes
;
53
vtkPolyDataMapper*
Mapper
;
54
55
private
:
56
vtkPVCenterAxesActor
(
const
vtkPVCenterAxesActor
&) VTK_DELETE_FUNCTION;
57
void
operator=(const
vtkPVCenterAxesActor
&) VTK_DELETE_FUNCTION;
58
};
59
60
#endif
vtkPVCenterAxesActor::Axes
vtkAxes * Axes
Definition:
vtkPVCenterAxesActor.h:52
vtkPVCenterAxesActor::Mapper
vtkPolyDataMapper * Mapper
Definition:
vtkPVCenterAxesActor.h:53
vtkPVCenterAxesActor
vtkPVCenterAxesActor is an actor for the center-axes used in ParaView.
Definition:
vtkPVCenterAxesActor.h:31
Generated by
1.8.12