VTK
dox
Filters
Sources
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
=========================================================================*/
26
#ifndef vtkOutlineCornerSource_h
27
#define vtkOutlineCornerSource_h
28
29
#include "vtkFiltersSourcesModule.h"
// For export macro
30
#include "
vtkOutlineSource.h
"
31
32
class
VTKFILTERSSOURCES_EXPORT
vtkOutlineCornerSource
:
public
vtkOutlineSource
33
{
34
public
:
35
vtkTypeMacro(
vtkOutlineCornerSource
,
vtkOutlineSource
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
37
41
static
vtkOutlineCornerSource
*
New
();
42
44
48
vtkSetClampMacro(CornerFactor,
double
, 0.001, 0.5);
49
vtkGetMacro(CornerFactor,
double
);
51
52
protected
:
53
vtkOutlineCornerSource
();
54
~vtkOutlineCornerSource
()
override
{}
55
56
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
57
58
double
CornerFactor
;
59
private
:
60
vtkOutlineCornerSource
(
const
vtkOutlineCornerSource
&) =
delete
;
61
void
operator=(
const
vtkOutlineCornerSource
&) =
delete
;
62
};
63
64
#endif
vtkOutlineSource
create wireframe outline around bounding box
Definition:
vtkOutlineSource.h:39
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkOutlineSource::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkOutlineSource::New
static vtkOutlineSource * New()
vtkOutlineSource::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOutlineSource.h
vtkOutlineCornerSource::~vtkOutlineCornerSource
~vtkOutlineCornerSource() override
Definition:
vtkOutlineCornerSource.h:54
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkOutlineCornerSource
create wireframe outline corners around bounding box
Definition:
vtkOutlineCornerSource.h:32
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkOutlineCornerSource::CornerFactor
double CornerFactor
Definition:
vtkOutlineCornerSource.h:58
Generated by
1.8.16