VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
vtkRandomSequence.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRandomSequence.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
=========================================================================*/
31
#ifndef __vtkRandomSequence_h
32
#define __vtkRandomSequence_h
33
34
#include "
vtkObject.h
"
35
36
class
VTK_COMMON_EXPORT
vtkRandomSequence
:
public
vtkObject
37
{
38
public
:
39
vtkTypeMacro(
vtkRandomSequence
,
vtkObject
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
43
virtual
double
GetValue()=0;
44
46
virtual
void
Next()=0;
47
48
protected
:
49
vtkRandomSequence
();
50
virtual
~
vtkRandomSequence
();
51
private
:
52
vtkRandomSequence
(
const
vtkRandomSequence
&);
// Not implemented.
53
void
operator=(
const
vtkRandomSequence
&);
// Not implemented.
54
};
55
56
#endif // #ifndef __vtkRandomSequence_h
Generated on Thu Mar 13 2014 08:09:48 for VTK by
1.8.1.2