93#ifndef vtkImprintFilter_h
94#define vtkImprintFilter_h
96#include "vtkFiltersModelingModule.h"
154 vtkGetMacro(Tolerance,
double);
164 ABSOLUTE_TOLERANCE = 0,
165 RELATIVE_TO_PROJECTION_TOLERANCE = 1,
166 RELATIVE_TO_MIN_EDGE_LENGTH = 2
175 vtkSetClampMacro(MergeToleranceType,
int, ABSOLUTE_TOLERANCE, RELATIVE_TO_MIN_EDGE_LENGTH);
176 vtkGetMacro(MergeToleranceType,
int);
180 this->SetMergeToleranceType(RELATIVE_TO_PROJECTION_TOLERANCE);
184 this->SetMergeToleranceType(RELATIVE_TO_MIN_EDGE_LENGTH);
187 vtkGetMacro(MergeTolerance,
double);
194 PROJECTED_IMPRINT = 2,
195 IMPRINTED_REGION = 3,
213 vtkSetClampMacro(OutputType,
int, TARGET_CELLS, MERGED_IMPRINT);
214 vtkGetMacro(OutputType,
int);
230 vtkSetMacro(BoundaryEdgeInsertion,
bool);
231 vtkGetMacro(BoundaryEdgeInsertion,
bool);
232 vtkBooleanMacro(BoundaryEdgeInsertion,
bool);
240 vtkSetMacro(PassCellData,
bool);
241 vtkGetMacro(PassCellData,
bool);
242 vtkBooleanMacro(PassCellData,
bool);
254 vtkSetMacro(PassPointData,
bool);
255 vtkGetMacro(PassPointData,
bool);
256 vtkBooleanMacro(PassPointData,
bool);
261 USE_TARGET_EDGES = 0,
262 USE_IMPRINT_EDGES = 1
271 vtkSetClampMacro(PointInterpolation,
int, USE_TARGET_EDGES, USE_IMPRINT_EDGES);
272 vtkGetMacro(PointInterpolation,
int);
280 TRIANGULATION_INPUT = 1,
281 TRIANGULATION_OUTPUT = 2
292 vtkSetMacro(TriangulateOutput,
bool);
293 vtkGetMacro(TriangulateOutput,
bool);
294 vtkBooleanMacro(TriangulateOutput,
bool);
306 vtkSetClampMacro(DebugOutputType,
int, NO_DEBUG_OUTPUT, TRIANGULATION_OUTPUT);
307 vtkGetMacro(DebugOutputType,
int);
Proxy object to connect input/output ports.
general representation of visualization data
Imprint the contact surface of one object onto another surface.
void SetImprintData(vtkDataObject *imprint)
Specify the a second vtkPolyData input which defines the surface mesh with which to imprint the targe...
~vtkImprintFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetPointInterpolationToImprintEdges()
If PassPointData is on, indicate how new point data is to generated at the intersection points betwee...
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkDataObject * GetImprint()
Specify the a second vtkPolyData input which defines the surface mesh with which to imprint the targe...
void SetOutputTypeToTargetCells()
Control what is output by the filter.
void SetMergeToleranceTypeToMinEdge()
Specify a tolerance which is used to determine whether two points are considered coincident to one an...
void SetOutputTypeToProjectedImprint()
Control what is output by the filter.
void SetMergeToleranceTypeToAbsolute()
Specify a tolerance which is used to determine whether two points are considered coincident to one an...
void SetDebugOutputTypeToNoDebugOutput()
Indicate whether the output should be triangulated.
void SetImprintConnection(vtkAlgorithmOutput *algOutput)
Specify the a second vtkPolyData input connection which defines the surface mesh with which to imprin...
void SetDebugOutputTypeToTriangulationOutput()
Indicate whether the output should be triangulated.
void SetDebugOutputTypeToTriangulationInput()
Indicate whether the output should be triangulated.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to instantiate, print and provide type information.
vtkPolyData * GetDebugOutput()
Get the output data (in the second output, if the DebugOutput != NO_DEBUG_OUTPUT).
void SetMergeToleranceTypeToRelativeToProjection()
Specify a tolerance which is used to determine whether two points are considered coincident to one an...
bool BoundaryEdgeInsertion
void SetOutputTypeToImprintedCells()
Control what is output by the filter.
void SetPointInterpolationToTargetEdges()
If PassPointData is on, indicate how new point data is to generated at the intersection points betwee...
vtkDataObject * GetTarget()
Specify the first vtkPolyData input which defines the surface mesh to imprint (i.e....
void SetTargetData(vtkDataObject *target)
Specify the first vtkPolyData input which defines the surface mesh to imprint (i.e....
static vtkImprintFilter * New()
Standard methods to instantiate, print and provide type information.
vtkAlgorithmOutput * GetImprintConnection()
vtkAlgorithmOutput * GetTargetConnection()
void SetOutputTypeToMergedImprint()
Control what is output by the filter.
void SetOutputTypeToImprintedRegion()
Control what is output by the filter.
double ComputeMergeTolerance(vtkPolyData *pdata)
void SetTargetConnection(vtkAlgorithmOutput *algOutput)
Specify the first vtkPolyData input connection which defines the surface mesh to imprint (i....
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
perform fast cell location operations
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)