MCPcopy Create free account
hub / github.com/Kitware/VTK / NewPointIterator

Method NewPointIterator

Testing/GenericBridge/vtkBridgeDataSet.cxx:359–365  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Points composing the dataset; they can be on a vertex or isolated. \post result_exists: result!=0

Source from the content-addressed store, hash-verified

357// Points composing the dataset; they can be on a vertex or isolated.
358// \post result_exists: result!=0
359vtkGenericPointIterator* vtkBridgeDataSet::NewPointIterator()
360{
361 vtkBridgePointIterator* result = vtkBridgePointIterator::New();
362 result->InitWithDataSet(this);
363 assert("post: result_exists" && result != nullptr);
364 return result;
365}
366
367//------------------------------------------------------------------------------
368// Description:

Callers 6

RequestDataMethod · 0.80
RequestDataMethod · 0.80
TestEmptyFunction · 0.80
TestWithPointsFunction · 0.80
TestWithPointsAndCellsFunction · 0.80

Calls 3

NewFunction · 0.50
assertFunction · 0.50
InitWithDataSetMethod · 0.45

Tested by 4

TestEmptyFunction · 0.64
TestWithPointsFunction · 0.64
TestWithPointsAndCellsFunction · 0.64