VTK
vtkOutlineCornerFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOutlineCornerFilter.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 =========================================================================*/
29 #ifndef __vtkOutlineCornerFilter_h
30 #define __vtkOutlineCornerFilter_h
31 
32 #include "vtkPolyDataAlgorithm.h"
34 
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
42  static vtkOutlineCornerFilter *New();
43 
45 
47  vtkSetClampMacro(CornerFactor, double, 0.001, 0.5);
48  vtkGetMacro(CornerFactor, double);
50 
51 protected:
54 
58 
59  double CornerFactor;
60 private:
61  vtkOutlineCornerFilter(const vtkOutlineCornerFilter&); // Not implemented.
62  void operator=(const vtkOutlineCornerFilter&); // Not implemented.
63 };
64 
65 #endif
create wireframe outline corners for arbitrary data set
#define VTK_GRAPHICS_EXPORT
create wireframe outline corners around bounding box
virtual int FillInputPortInformation(int port, vtkInformation *info)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:37
vtkOutlineCornerSource * OutlineCornerSource
Store zero or more vtkInformation instances.