VTK
vtkOutlineCornerSource.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOutlineCornerSource.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 =========================================================================*/
25 #ifndef vtkOutlineCornerSource_h
26 #define vtkOutlineCornerSource_h
27 
28 #include "vtkFiltersSourcesModule.h" // For export macro
29 #include "vtkOutlineSource.h"
30 
32 {
33 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
39 
41 
43  vtkSetClampMacro(CornerFactor, double, 0.001, 0.5);
44  vtkGetMacro(CornerFactor, double);
46 
48 
52  vtkSetMacro(OutputPointsPrecision,int);
53  vtkGetMacro(OutputPointsPrecision,int);
55 
56 protected:
59 
61 
62  double CornerFactor;
64 private:
65  vtkOutlineCornerSource(const vtkOutlineCornerSource&); // Not implemented.
66  void operator=(const vtkOutlineCornerSource&); // Not implemented.
67 };
68 
69 #endif
vtkOutlineSource
create wireframe outline around bounding box
Definition: vtkOutlineSource.h:39
vtkOutlineCornerSource::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkOutlineCornerSource::vtkOutlineCornerSource
vtkOutlineCornerSource()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFiltersSourcesModule.h
vtkOutlineSource.h
vtkOutlineCornerSource::~vtkOutlineCornerSource
~vtkOutlineCornerSource()
Definition: vtkOutlineCornerSource.h:58
vtkOutlineCornerSource::New
static vtkOutlineCornerSource * New()
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
VTKFILTERSSOURCES_EXPORT
#define VTKFILTERSSOURCES_EXPORT
Definition: vtkFiltersSourcesModule.h:15
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkOutlineCornerSource
create wireframe outline corners around bounding box
Definition: vtkOutlineCornerSource.h:32
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkOutlineCornerSource::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkOutlineCornerSource::CornerFactor
double CornerFactor
Definition: vtkOutlineCornerSource.h:62
vtkOutlineCornerSource::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkOutlineCornerSource.h:63