VTK
vtkDashedStreamLine.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDashedStreamLine.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 =========================================================================*/
37 #ifndef vtkDashedStreamLine_h
38 #define vtkDashedStreamLine_h
39 
40 #include "vtkFiltersFlowPathsModule.h" // For export macro
41 #include "vtkStreamLine.h"
42 
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
51 
54  vtkSetClampMacro(DashFactor,double,0.01,1.0);
55  vtkGetMacro(DashFactor,double);
57 
58 protected:
61 
62  // Convert streamer array into vtkPolyData
64 
65  // the fraction of on versus off in dash
66  double DashFactor;
67 
68 private:
69  vtkDashedStreamLine(const vtkDashedStreamLine&); // Not implemented.
70  void operator=(const vtkDashedStreamLine&); // Not implemented.
71 };
72 
73 #endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
VTKFILTERSFLOWPATHS_EXPORT
#define VTKFILTERSFLOWPATHS_EXPORT
Definition: vtkFiltersFlowPathsModule.h:15
vtkFiltersFlowPathsModule.h
vtkDashedStreamLine::vtkDashedStreamLine
vtkDashedStreamLine()
vtkStreamLine.h
vtkStreamLine
generate streamline in arbitrary dataset
Definition: vtkStreamLine.h:59
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkDashedStreamLine::~vtkDashedStreamLine
~vtkDashedStreamLine()
Definition: vtkDashedStreamLine.h:60
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkDashedStreamLine::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkDashedStreamLine::DashFactor
double DashFactor
Definition: vtkDashedStreamLine.h:66
vtkDashedStreamLine
generate constant-time dashed streamline in arbitrary dataset
Definition: vtkDashedStreamLine.h:44
vtkDashedStreamLine::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDashedStreamLine::New
static vtkDashedStreamLine * New()