Weights the edges of a graph based on the Euclidean distance between the points.
More...
#include <vtkGraphWeightEuclideanDistanceFilter.h>
Weights the edges of a graph based on the Euclidean distance between the points.
Weights the edges of a graph based on the Euclidean distance between the points.
- Tests:
- vtkGraphWeightEuclideanDistanceFilter (Tests)
Definition at line 34 of file vtkGraphWeightEuclideanDistanceFilter.h.
vtkGraphWeightEuclideanDistanceFilter::vtkGraphWeightEuclideanDistanceFilter |
( |
| ) |
|
|
inlineprotected |
vtkGraphWeightEuclideanDistanceFilter::~vtkGraphWeightEuclideanDistanceFilter |
( |
| ) |
|
|
inlineprotected |
static int vtkGraphWeightEuclideanDistanceFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkGraphWeightEuclideanDistanceFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkGraphWeightEuclideanDistanceFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkGraphWeightEuclideanDistanceFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
float vtkGraphWeightEuclideanDistanceFilter::ComputeWeight |
( |
vtkGraph *const |
graph, |
|
|
const vtkEdgeType & |
edge |
|
) |
| const |
|
protectedvirtual |
Compute the Euclidean distance between the Points defined for the verticies of a specified 'edge'.
Implements vtkGraphWeightFilter.
bool vtkGraphWeightEuclideanDistanceFilter::CheckRequirements |
( |
vtkGraph *const |
graph | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: