VTK-m
2.2
|
Go to the source code of this file.
Classes | |
struct | vtkm::io::ComponentTypeFromSize< size, typename > |
struct | vtkm::io::ComponentTypeFromSize< size, typename std::enable_if<(size==8)>::type > |
struct | vtkm::io::ComponentTypeFromSize< size, typename std::enable_if<(size==16)>::type > |
class | vtkm::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 | vtkm::io::RGBPixel< BitDepth > |
class | vtkm::io::GreyPixel< BitDepth > |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::io | |
VTK-m File input and output classes. | |
Typedefs | |
using | vtkm::io::RGBPixel_8 = RGBPixel< 8 > |
using | vtkm::io::RGBPixel_16 = RGBPixel< 16 > |
using | vtkm::io::GreyPixel_16 = GreyPixel< 16 > |
using | vtkm::io::GreyPixel_8 = GreyPixel< 8 > |