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 
38  static vtkOutlineCornerSource *New();
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
create wireframe outline corners around bounding box
Store vtkAlgorithm input/output information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkOutlineSource * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKFILTERSSOURCES_EXPORT
create wireframe outline around bounding box
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)