VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkStreamLine.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkStreamLine.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
=========================================================================*/
52
#ifndef __vtkStreamLine_h
53
#define __vtkStreamLine_h
54
55
#include "
vtkStreamer.h
"
56
57
class
VTK_GRAPHICS_EXPORT
vtkStreamLine
:
public
vtkStreamer
58
{
59
public
:
60
vtkTypeMacro(
vtkStreamLine
,
vtkStreamer
);
61
void
PrintSelf
(ostream& os,
vtkIndent
indent);
62
64
static
vtkStreamLine
*
New
();
65
67
70
vtkSetClampMacro(StepLength,
double
,0.000001,
VTK_DOUBLE_MAX
);
71
vtkGetMacro(StepLength,
double
);
73
74
protected
:
75
vtkStreamLine
();
76
~vtkStreamLine
() {};
77
78
// Convert streamer array into vtkPolyData
79
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
80
81
// the length of line primitives
82
double
StepLength
;
83
84
private
:
85
vtkStreamLine
(
const
vtkStreamLine
&);
// Not implemented.
86
void
operator=(
const
vtkStreamLine
&);
// Not implemented.
87
};
88
89
#endif
Generated on Wed Nov 21 2012 21:33:48 for VTK by
1.8.2