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

Method GetNumberOfPoints

Wrapping/Java/vtk/CellType.java:50–52  ·  view source on GitHub ↗

@return the number of points that cell type own or -1 for cell that have a dynamic number of points.

()

Source from the content-addressed store, hash-verified

48 * a dynamic number of points.
49 */
50 public int GetNumberOfPoints() {
51 return nbPoints;
52 }
53
54 /**
55 * @return true if the number of points can not be given by the cell type

Callers 7

GetLinesFromPolygonMethod · 0.45
GetLinesMethod · 0.45
GetPointsMethod · 0.45
GetColorsFromPolyDataMethod · 0.45
parseActorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected