예제 #1
0
파일: Part.cs 프로젝트: ovevans/STAN
        // ================================ 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();
        }