VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Parallel
vtkPHardwareSelector.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPHardwareSelector.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 __vtkPHardwareSelector_h
30
#define __vtkPHardwareSelector_h
31
32
#include "vtkRenderingParallelModule.h"
// For export macro
33
#include "
vtkHardwareSelector.h
"
34
35
class
VTKRENDERINGPARALLEL_EXPORT
vtkPHardwareSelector
:
public
vtkHardwareSelector
36
{
37
public
:
38
static
vtkPHardwareSelector
*
New
();
39
vtkTypeMacro(
vtkPHardwareSelector
,
vtkHardwareSelector
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
43
46
vtkSetMacro(ProcessIsRoot,
bool
);
47
vtkGetMacro(ProcessIsRoot,
bool
);
48
vtkBooleanMacro(ProcessIsRoot,
bool
);
50
55
virtual
bool
CaptureBuffers
();
56
57
//BTX
58
protected
:
59
vtkPHardwareSelector
();
60
~
vtkPHardwareSelector
();
61
62
void
StartRender();
63
void
EndRender();
64
65
bool
ProcessIsRoot
;
66
67
private
:
68
vtkPHardwareSelector
(
const
vtkPHardwareSelector
&);
// Not implemented
69
void
operator=(
const
vtkPHardwareSelector
&);
// Not implemented
70
71
class
vtkObserver;
72
friend
class
vtkObserver;
73
vtkObserver* Observer;
74
//ETX
75
};
76
77
#endif
Generated on Thu May 24 2012 22:22:37 for VTK by
1.8.1