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 "vtkRemotingViewsModule.h" // needed for export macro
27 
28 class vtkAxes;
29 class vtkPolyDataMapper;
30 
32 {
33 public:
34  static vtkPVCenterAxesActor* New();
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
41  void SetSymmetric(int);
42 
46  void SetComputeNormals(int);
47 
48 protected:
50  ~vtkPVCenterAxesActor() override;
51 
54 
55 private:
57  void operator=(const vtkPVCenterAxesActor&) = delete;
58 };
59 
60 #endif
#define VTKREMOTINGVIEWS_EXPORT
static vtkOpenGLActor * New()
vtkPolyDataMapper * Mapper
vtkPVCenterAxesActor is an actor for the center-axes used in ParaView.
void operator=(const vtkObjectBase &)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE