----------------------------------------------------------------------------
| 910 | |
| 911 | //---------------------------------------------------------------------------- |
| 912 | void vtkFastLabeledDataMapper::AllocateLabels(int numLabels) |
| 913 | { |
| 914 | this->NumberOfLabelsAllocated = std::max(numLabels, this->NumberOfLabelsAllocated); |
| 915 | } |
| 916 | |
| 917 | //---------------------------------------------------------------------------- |
| 918 | void vtkFastLabeledDataMapper::MakeShaderArrays(int numCurLabels, |
no test coverage detected