VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Filters
ParallelFlowPaths
vtkPParticleTracer.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPParticleTracer.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
=========================================================================*/
28
#ifndef __vtkPParticleTracer_h
29
#define __vtkPParticleTracer_h
30
31
#include "vtkSmartPointer.h"
// For protected ivars.
32
#include "
vtkPParticleTracerBase.h
"
33
34
#include "vtkFiltersParallelFlowPathsModule.h"
// For export macro
35
36
class
VTKFILTERSPARALLELFLOWPATHS_EXPORT
vtkPParticleTracer
:
public
vtkPParticleTracerBase
37
{
38
public
:
39
vtkTypeMacro(
vtkPParticleTracer
,
vtkPParticleTracerBase
)
40
void PrintSelf(ostream& os, vtkIndent indent);
41
42
static
vtkPParticleTracer
*New();
43
44
protected:
45
vtkPParticleTracer
();
46
~vtkPParticleTracer(){}
47
virtual
int
OutputParticles
(
vtkPolyData
* poly);
48
private
:
49
vtkPParticleTracer
(
const
vtkPParticleTracer
&);
// Not implemented.
50
void
operator=(
const
vtkPParticleTracer
&);
// Not implemented
51
};
52
53
54
#endif
vtkPParticleTracer
A Parallel Particle tracer for unsteady vector fields.
Definition:
vtkPParticleTracer.h:36
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition:
vtkPolyData.h:82
vtkPParticleTracerBase
Definition:
vtkPParticleTracerBase.h:39
vtkParticleTracerBase::OutputParticles
virtual int OutputParticles(vtkPolyData *poly)=0
vtkPParticleTracerBase.h
Generated on Sat Apr 12 2014 01:07:55 for VTK by
1.8.6