Classes | |
class | Colormap |
A static class ColorMap . More... | |
class | MathFunc |
A static class MathFunc . More... | |
class | SurfaceData |
A static class SurfaceData . More... | |
Enumerations | |
enum | ColormapEnum { accent , autumn , bathymetry , blackbody , bluered , bone , cdom , chlorophyll , cool , cooper , cubehelix , dark2 , density , earth , electric , fix1 , freesurface_blue , freesurface_red , gradient , gradient2 , greens , greys , hot , hsv , inferno , jet , magma , ocean , oxygen , paired , par , pastel1 , pastel2 , phase , picnic , plasma , portland , rainbow , rainbow_soft , rdbu , salinity , set1 , set2 , set3 , spring , summer , tab10 , tab20 , temperature , terrain , turbidity , turbo , twilight , viridis , velocity_blue , velocity_green , warm , white , winter , yignbu , yiorrd } |
ColormapEnum enumeration. More... | |
enum | MathFunctionEnum { Sinc , Peaks , ExpFunc , SinCos } |
Built-in math functions enumeration. More... | |
ColormapEnum enumeration.
It defines over 60 commonly used colormaps, including commonly used names: jet, hsv, hot, cool, spring, summer, automn, winter, bone, cooper, greys, etc. If combining these predefined colormaps with the SurfaceData.ColormapReverse field, you can get over 120 colormaps.