Viskores
1.0
|
Go to the source code of this file.
Classes | |
struct | viskores::io::ComponentTypeFromSize< size, typename > |
struct | viskores::io::ComponentTypeFromSize< size, typename std::enable_if<(size==8)>::type > |
struct | viskores::io::ComponentTypeFromSize< size, typename std::enable_if<(size==16)>::type > |
class | viskores::io::BasePixel< BitDepth, Channels > |
Base type for more complex pixels (RGB, Greyscale, etc) that describes various values such as bit-depth, channel width, bytes per pixel, and how various data should be polled. More... | |
class | viskores::io::RGBPixel< BitDepth > |
class | viskores::io::GreyPixel< BitDepth > |
Namespaces | |
viskores | |
Groups connected points that have the same field value. | |
viskores::io | |
Viskores File input and output classes. | |
Typedefs | |
using | viskores::io::RGBPixel_8 = RGBPixel< 8 > |
using | viskores::io::RGBPixel_16 = RGBPixel< 16 > |
using | viskores::io::GreyPixel_16 = GreyPixel< 16 > |
using | viskores::io::GreyPixel_8 = GreyPixel< 8 > |