public

Inheritance Graph

graph BT
	StreamerOBJ
	StreamerOBJ --> AbstractRenderingStreamer
	click StreamerOBJ "classRendering_1_1Serialization_1_1StreamerOBJ"
	click AbstractRenderingStreamer "classRendering_1_1Serialization_1_1AbstractRenderingStreamer"

Description

Public Static Attributes

   
   
const char *const fileExtension

Public Functions

   
   
  StreamerOBJ()
   
  ~StreamerOBJ()
   
Util::GenericAttributeList * loadGeneric(std::istream & void)

Public Static Functions

   
   
uint8_t queryCapabilities(const std::string & extension)

Documentation

variable
Rendering::Serialization::StreamerOBJ::fileExtension

public static
 
 
const char *const fileExtension

Defined in Rendering/Serialization/StreamerOBJ.h:30


function
Rendering::Serialization::StreamerOBJ::StreamerOBJ

public inline
   
   
StreamerOBJ( )

Defined in Rendering/Serialization/StreamerOBJ.h:21


function
Rendering::Serialization::StreamerOBJ::~StreamerOBJ

public inline virtual
   
   
~StreamerOBJ( )

Defined in Rendering/Serialization/StreamerOBJ.h:24


function
Rendering::Serialization::StreamerOBJ::loadGeneric

public virtual
     
     
Util::GenericAttributeList * loadGeneric( std::istream & void )

Load generic data from the given stream.

Parameters

input
Use the data from the stream beginning at the preset position.

Returns

Description list containing the generic data. The caller is responsible for the memory deallocation.

Defined in Rendering/Serialization/StreamerOBJ.h:27


function
Rendering::Serialization::StreamerOBJ::queryCapabilities

public static
     
     
uint8_t queryCapabilities( const std::string & extension )

Defined in Rendering/Serialization/StreamerOBJ.h:29