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

Function FastDownCast

Common/Core/vtkIntArray.h:49–52  ·  view source on GitHub ↗

* A faster alternative to SafeDownCast for downcasting vtkAbstractArrays. */

Source from the content-addressed store, hash-verified

47 * A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.
48 */
49 static vtkIntArray* FastDownCast(vtkAbstractArray* source)
50 {
51 return static_cast<vtkIntArray*>(Superclass::FastDownCast(source));
52 }
53
54protected:
55 vtkIntArray();

Callers 15

SetTupleMethod · 0.70
InsertTuplesMethod · 0.70
DeepCopyFunction · 0.70
InsertTuplesMethod · 0.70
GetTuplesMethod · 0.70
InterpolateTupleMethod · 0.70
DeepCopyMethod · 0.70
CreateDataArrayMethod · 0.70
InsertTuplesMethod · 0.70
GetTuplesMethod · 0.70

Calls

no outgoing calls

Tested by 8

TestConvertTypeFunction · 0.40
DoCheckDataMethod · 0.40
TestDataArrayIteratorsFunction · 0.40
NewMethod · 0.40
TestValuePass2Function · 0.40
updateFuncFunction · 0.40
TestSampleFunctionFunction · 0.40
TestDataSetFailuresFunction · 0.40