material.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "ignition/msgs/color.pb.h"
#include "ignition/msgs/header.pb.h"
#include <memory>
#include <ignition/msgs/Export.hh>
Go to the source code of this file.
Namespaces | |
ignition | |
ignition::msgs | |
internal | |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmaterial_2eproto IGNITION_MSGS_VISIBLE |
Typedefs | |
typedef std::shared_ptr< const Material > | ConstMaterialSharedPtr |
typedef std::unique_ptr< const Material > | ConstMaterialUniquePtr |
typedef std::shared_ptr< Material > | MaterialSharedPtr |
typedef std::unique_ptr< Material > | MaterialUniquePtr |
Enumerations | |
enum | Material_PBR_WorkflowType : int { Material_PBR_WorkflowType_NONE = 0 , Material_PBR_WorkflowType_METAL = 1 , Material_PBR_WorkflowType_SPECULAR = 2 , Material_PBR_WorkflowType_Material_PBR_WorkflowType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() , Material_PBR_WorkflowType_Material_PBR_WorkflowType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() } |
enum | Material_ShaderType : int { Material_ShaderType_VERTEX = 0 , Material_ShaderType_PIXEL = 1 , Material_ShaderType_NORMAL_MAP_OBJECT_SPACE = 2 , Material_ShaderType_NORMAL_MAP_TANGENT_SPACE = 3 , Material_ShaderType_Material_ShaderType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() , Material_ShaderType_Material_ShaderType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() } |
Functions | |
template<> | |
PROTOBUF_NAMESPACE_OPEN IGNITION_MSGS_VISIBLE ::ignition::msgs::Material * | Arena::CreateMaybeMessage<::ignition::msgs::Material > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Material_PBR * | Arena::CreateMaybeMessage<::ignition::msgs::Material_PBR > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Material_Script * | Arena::CreateMaybeMessage<::ignition::msgs::Material_Script > (Arena *) |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::ignition::msgs::Material_PBR_WorkflowType > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::ignition::msgs::Material_ShaderType > () |
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Material_PBR_WorkflowType_descriptor () |
IGNITION_MSGS_VISIBLE bool | Material_PBR_WorkflowType_IsValid (int value) |
template<typename T > | |
const std::string & | Material_PBR_WorkflowType_Name (T enum_t_value) |
bool | Material_PBR_WorkflowType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Material_PBR_WorkflowType *value) |
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Material_ShaderType_descriptor () |
IGNITION_MSGS_VISIBLE bool | Material_ShaderType_IsValid (int value) |
template<typename T > | |
const std::string & | Material_ShaderType_Name (T enum_t_value) |
bool | Material_ShaderType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Material_ShaderType *value) |
Variables | |
IGNITION_MSGS_VISIBLE MaterialDefaultTypeInternal | _Material_default_instance_ |
IGNITION_MSGS_VISIBLE Material_PBRDefaultTypeInternal | _Material_PBR_default_instance_ |
IGNITION_MSGS_VISIBLE Material_ScriptDefaultTypeInternal | _Material_Script_default_instance_ |
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable | descriptor_table_ignition_2fmsgs_2fmaterial_2eproto |
constexpr int | Material_PBR_WorkflowType_WorkflowType_ARRAYSIZE = Material_PBR_WorkflowType_WorkflowType_MAX + 1 |
constexpr Material_PBR_WorkflowType | Material_PBR_WorkflowType_WorkflowType_MAX = Material_PBR_WorkflowType_SPECULAR |
constexpr Material_PBR_WorkflowType | Material_PBR_WorkflowType_WorkflowType_MIN = Material_PBR_WorkflowType_NONE |
constexpr int | Material_ShaderType_ShaderType_ARRAYSIZE = Material_ShaderType_ShaderType_MAX + 1 |
constexpr Material_ShaderType | Material_ShaderType_ShaderType_MAX = Material_ShaderType_NORMAL_MAP_TANGENT_SPACE |
constexpr Material_ShaderType | Material_ShaderType_ShaderType_MIN = Material_ShaderType_VERTEX |
Macro Definition Documentation
◆ PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmaterial_2eproto
#define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmaterial_2eproto IGNITION_MSGS_VISIBLE |
Function Documentation
◆ Arena::CreateMaybeMessage<::ignition::msgs::Material >()
PROTOBUF_NAMESPACE_OPEN IGNITION_MSGS_VISIBLE ::ignition::msgs::Material* Arena::CreateMaybeMessage<::ignition::msgs::Material > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Material_PBR >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Material_PBR* Arena::CreateMaybeMessage<::ignition::msgs::Material_PBR > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Material_Script >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Material_Script* Arena::CreateMaybeMessage<::ignition::msgs::Material_Script > | ( | Arena * | ) |
◆ GetEnumDescriptor< ::ignition::msgs::Material_PBR_WorkflowType >()
|
inline |
◆ GetEnumDescriptor< ::ignition::msgs::Material_ShaderType >()
|
inline |
References ignition::msgs::Material_ShaderType_descriptor().
Variable Documentation
◆ descriptor_table_ignition_2fmsgs_2fmaterial_2eproto
|
extern |
Referenced by PROTOBUF_FINAL::GetMetadata().