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

Method IsValid

Common/DataModel/vtkCellArray.cxx:1505–1510  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1503
1504//------------------------------------------------------------------------------
1505bool vtkCellArray::IsValid()
1506{
1507 bool isValid;
1508 this->Dispatch(IsValidImpl{}, isValid);
1509 return isValid;
1510}
1511
1512//------------------------------------------------------------------------------
1513vtkIdType vtkCellArray::IsHomogeneous() const

Callers 11

PrintSelfMethod · 0.45
AddCellMetadataMethod · 0.45
AddBoundsMethod · 0.45
PrintSelfMethod · 0.45
GetBoundsMethod · 0.45
HasBlockBoundsMethod · 0.45
IntersectBoxMethod · 0.45
IntersectsMethod · 0.45
TestIsValidOffsetsFunction · 0.45
TestIsValidConnectivityFunction · 0.45
TestBoundingBoxFunction · 0.45

Calls 1

DispatchMethod · 0.45

Tested by 3

TestIsValidOffsetsFunction · 0.36
TestIsValidConnectivityFunction · 0.36
TestBoundingBoxFunction · 0.36