VTK
vtkRendererSource.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkRendererSource.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 =========================================================================*/
36 #ifndef vtkRendererSource_h
37 #define vtkRendererSource_h
38 
39 #include "vtkRenderingCoreModule.h" // For export macro
40 #include "vtkAlgorithm.h"
41 #include "vtkImageData.h" // makes things a bit easier
42 
43 class vtkRenderer;
44 
46 {
47 public:
50  void PrintSelf(ostream& os, vtkIndent indent);
51 
53  unsigned long GetMTime();
54 
57 
59 
63 
65 
67  vtkSetMacro(WholeWindow, int);
68  vtkGetMacro(WholeWindow, int);
69  vtkBooleanMacro(WholeWindow, int);
71 
73 
74  vtkSetMacro(RenderFlag, int);
75  vtkGetMacro(RenderFlag, int);
76  vtkBooleanMacro(RenderFlag, int);
78 
80 
83  vtkSetMacro(DepthValues, int);
84  vtkGetMacro(DepthValues, int);
85  vtkBooleanMacro(DepthValues, int);
87 
89 
93  vtkSetMacro(DepthValuesInScalars, int);
94  vtkGetMacro(DepthValuesInScalars, int);
95  vtkBooleanMacro(DepthValuesInScalars, int);
97 
100 
102 
107 
108 protected:
111 
113  vtkInformationVector** inputVector,
114  vtkInformationVector* outputVector);
118 
124 
125  // see algorithm for more info
127 
128 private:
129  vtkRendererSource(const vtkRendererSource&); // Not implemented.
130  void operator=(const vtkRendererSource&); // Not implemented.
131 };
132 
133 #endif
vtkImageData.h
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkRendererSource::RenderFlag
int RenderFlag
Definition: vtkRendererSource.h:121
vtkRendererSource
take a renderer into the pipeline
Definition: vtkRendererSource.h:46
vtkRendererSource::WholeWindow
int WholeWindow
Definition: vtkRendererSource.h:120
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:62
vtkRendererSource::New
static vtkRendererSource * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkRendererSource::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkRendererSource::DepthValuesInScalars
int DepthValuesInScalars
Definition: vtkRendererSource.h:123
vtkAlgorithm.h
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkRendererSource::vtkRendererSource
vtkRendererSource()
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkRenderingCoreModule.h
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkRendererSource::RequestData
void RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkRendererSource::RequestInformation
virtual void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkRendererSource::GetMTime
unsigned long GetMTime()
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkRendererSource::GetOutput
vtkImageData * GetOutput()
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
vtkRendererSource::SetInput
void SetInput(vtkRenderer *)
vtkRendererSource::Input
vtkRenderer * Input
Definition: vtkRendererSource.h:119
vtkRendererSource::DepthValues
int DepthValues
Definition: vtkRendererSource.h:122
VTKRENDERINGCORE_EXPORT
#define VTKRENDERINGCORE_EXPORT
Definition: vtkRenderingCoreModule.h:15
vtkRendererSource::ProcessRequest
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkRendererSource::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkRendererSource::~vtkRendererSource
~vtkRendererSource()