// ================================ PUBLIC METHODS =============================================== // ---------- Scalar related methods ------------------------------ /// <summary> /// Set LookupTable to Mapper of this Part /// </summary> public void Set_ColorTable(vtkLookupTable ColorLT) { Mapper.SetLookupTable(ColorLT); Mapper.InterpolateScalarsBeforeMappingOn(); Mapper.UseLookupTableScalarRangeOn(); }