VTK  9.5.2
vtkAnariPolyDataMapperInheritInterface.h File Reference
#include <anari/anari_cpp.hpp>
#include <anari/anari_cpp/ext/std.h>
#include <vector>
Include dependency graph for vtkAnariPolyDataMapperInheritInterface.h:

Go to the source code of this file.

Classes

class  vtkAnariPolyDataMapperInheritInterface
 Interface for inheriting classes for overriding mapper functionality. More...
struct  vtkAnariPolyDataMapperInheritInterface::ParameterFlags
 Specifies parameter flags, which can be used by inheriting classes to specify which parameter it takes responsibility for. More...

Typedefs

using uvec2 = anari::std_types::uvec2
using uvec3 = anari::std_types::uvec3
using vec2 = anari::std_types::vec2
using vec3 = anari::std_types::vec3
using vec4 = anari::std_types::vec4
using mat4 = anari::std_types::mat4

Typedef Documentation

◆ uvec2

using uvec2 = anari::std_types::uvec2

Definition at line 27 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ uvec3

using uvec3 = anari::std_types::uvec3

Definition at line 28 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ vec2

using vec2 = anari::std_types::vec2

Definition at line 29 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ vec3

using vec3 = anari::std_types::vec3

Definition at line 30 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ vec4

using vec4 = anari::std_types::vec4

Definition at line 31 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ mat4

using mat4 = anari::std_types::mat4

Definition at line 32 of file vtkAnariPolyDataMapperInheritInterface.h.