Public Types | Public Member Functions | Public Attributes
rve_msgs::Material_< ContainerAllocator > Struct Template Reference

#include <Material.h>

List of all members.

Public Types

enum  { CULL_CLOCKWISE = 0 }
enum  { CULL_COUNTERCLOCKWISE = 1 }
enum  { CULL_NONE = 2 }
typedef ::rve_msgs::ColorRGB_
< ContainerAllocator > 
_color_type
typedef uint8_t _cull_mode_type
typedef uint8_t _disable_shading_type
typedef uint8_t _has_color_type
typedef uint8_t _has_normal_map_type
typedef uint8_t _has_texture_type
typedef ::rve_msgs::UUID_
< ContainerAllocator > 
_id_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_normal_map_type
typedef float _opacity_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_texture_type
typedef boost::shared_ptr
< ::rve_msgs::Material_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::rve_msgs::Material_
< ContainerAllocator > > 
Ptr
typedef Material_
< ContainerAllocator > 
Type

Public Member Functions

 Material_ ()
 Material_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
::rve_msgs::ColorRGB_
< ContainerAllocator > 
color
uint8_t cull_mode
uint8_t disable_shading
uint8_t has_color
uint8_t has_normal_map
uint8_t has_texture
::rve_msgs::UUID_
< ContainerAllocator > 
id
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
normal_map
float opacity
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
texture

Detailed Description

template<class ContainerAllocator>
struct rve_msgs::Material_< ContainerAllocator >

Definition at line 23 of file Material.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef ::rve_msgs::ColorRGB_<ContainerAllocator> rve_msgs::Material_< ContainerAllocator >::_color_type

Definition at line 63 of file Material.h.

template<class ContainerAllocator >
typedef uint8_t rve_msgs::Material_< ContainerAllocator >::_cull_mode_type

Definition at line 81 of file Material.h.

template<class ContainerAllocator >
typedef uint8_t rve_msgs::Material_< ContainerAllocator >::_disable_shading_type

Definition at line 78 of file Material.h.

template<class ContainerAllocator >
typedef uint8_t rve_msgs::Material_< ContainerAllocator >::_has_color_type

Definition at line 60 of file Material.h.

template<class ContainerAllocator >
typedef uint8_t rve_msgs::Material_< ContainerAllocator >::_has_normal_map_type

Definition at line 72 of file Material.h.

template<class ContainerAllocator >
typedef uint8_t rve_msgs::Material_< ContainerAllocator >::_has_texture_type

Definition at line 66 of file Material.h.

template<class ContainerAllocator >
typedef ::rve_msgs::UUID_<ContainerAllocator> rve_msgs::Material_< ContainerAllocator >::_id_type

Definition at line 54 of file Material.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rve_msgs::Material_< ContainerAllocator >::_normal_map_type

Definition at line 75 of file Material.h.

template<class ContainerAllocator >
typedef float rve_msgs::Material_< ContainerAllocator >::_opacity_type

Definition at line 57 of file Material.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rve_msgs::Material_< ContainerAllocator >::_texture_type

Definition at line 69 of file Material.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::rve_msgs::Material_<ContainerAllocator> const> rve_msgs::Material_< ContainerAllocator >::ConstPtr

Definition at line 89 of file Material.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::rve_msgs::Material_<ContainerAllocator> > rve_msgs::Material_< ContainerAllocator >::Ptr

Definition at line 88 of file Material.h.

template<class ContainerAllocator >
typedef Material_<ContainerAllocator> rve_msgs::Material_< ContainerAllocator >::Type

Definition at line 24 of file Material.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
CULL_CLOCKWISE 

Definition at line 84 of file Material.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CULL_COUNTERCLOCKWISE 

Definition at line 85 of file Material.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CULL_NONE 

Definition at line 86 of file Material.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
rve_msgs::Material_< ContainerAllocator >::Material_ ( ) [inline]

Definition at line 26 of file Material.h.

template<class ContainerAllocator >
rve_msgs::Material_< ContainerAllocator >::Material_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 40 of file Material.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > rve_msgs::Material_< ContainerAllocator >::__connection_header

Definition at line 90 of file Material.h.

template<class ContainerAllocator >
::rve_msgs::ColorRGB_<ContainerAllocator> rve_msgs::Material_< ContainerAllocator >::color

Definition at line 64 of file Material.h.

template<class ContainerAllocator >
uint8_t rve_msgs::Material_< ContainerAllocator >::cull_mode

Definition at line 82 of file Material.h.

template<class ContainerAllocator >
uint8_t rve_msgs::Material_< ContainerAllocator >::disable_shading

Definition at line 79 of file Material.h.

template<class ContainerAllocator >
uint8_t rve_msgs::Material_< ContainerAllocator >::has_color

Definition at line 61 of file Material.h.

template<class ContainerAllocator >
uint8_t rve_msgs::Material_< ContainerAllocator >::has_normal_map

Definition at line 73 of file Material.h.

template<class ContainerAllocator >
uint8_t rve_msgs::Material_< ContainerAllocator >::has_texture

Definition at line 67 of file Material.h.

template<class ContainerAllocator >
::rve_msgs::UUID_<ContainerAllocator> rve_msgs::Material_< ContainerAllocator >::id

Definition at line 55 of file Material.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rve_msgs::Material_< ContainerAllocator >::normal_map

Definition at line 76 of file Material.h.

template<class ContainerAllocator >
float rve_msgs::Material_< ContainerAllocator >::opacity

Definition at line 58 of file Material.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rve_msgs::Material_< ContainerAllocator >::texture

Definition at line 70 of file Material.h.


The documentation for this struct was generated from the following file:


rve_msgs
Author(s): Josh Faust
autogenerated on Wed Dec 11 2013 14:30:39