vtkPVFrustumActor.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkPVFrustumActor_h
11 #define vtkPVFrustumActor_h
12 
13 #include "vtkOpenGLActor.h"
14 #include "vtkRemotingViewsModule.h" //needed for exports
15 
16 class vtkOutlineSource;
17 class vtkPolyDataMapper;
18 
20 {
21 public:
22  static vtkPVFrustumActor* New();
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
29  void SetFrustum(double corners[24]);
30 
32 
35  void SetColor(double r, double g, double b);
36  void SetLineWidth(double r);
38 
39 protected:
41  ~vtkPVFrustumActor() override;
42 
45 
46 private:
47  vtkPVFrustumActor(const vtkPVFrustumActor&) = delete;
48  void operator=(const vtkPVFrustumActor&) = delete;
49 };
50 
51 #endif
#define VTKREMOTINGVIEWS_EXPORT
vtkPVFrustumActor is an actor that renders a frustum.
vtkOutlineSource * Outline
static vtkOpenGLActor * New()
vtkPolyDataMapper * Mapper
void operator=(const vtkObjectBase &)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE