3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
coat::scripto::FormatFBX Class Reference

Class for working with data in the format FBX. More...

#include <SFormatFBX.h>

Public Member Functions

bool operator== (const AFormat &b) const
 Comparison. Sources only. More...
 
bool operator== (const Child &b) const
 For cozy registers to the scripting and for simple inheritance. More...
 
FormatFBXsource (const std::string &s)
 Setter for source. More...
 
std::string source () const
 Getter for source. More...
 
FormatFBXlayer (const std::string &l)
 Setter for name of layer. Right now set up a source as "layer". More...
 
std::string layer () const
 Getter for name of layer. More...
 

Detailed Description

Class for working with data in the format FBX.

format-fbx.png
See Also
FormatDAE
Since
4.5.32
+ Inheritance diagram for coat::scripto::FormatFBX:

Member Function Documentation

FormatFBX & coat::scripto::AFormat< FormatFBX >::layer ( const std::string &  l)
inlineinherited

Setter for name of layer. Right now set up a source as "layer".

FormatDAE a;
a.layer( "Head" );
std::string coat::scripto::AFormat< FormatFBX >::layer ( ) const
inlineinherited

Getter for name of layer.

FormatDAE a;
string r = a.layer();
bool coat::scripto::AFormat< FormatFBX >::operator== ( const AFormat< FormatFBX > &  b) const
inlineinherited

Comparison. Sources only.

Todo:
operator std::string() const;
FormatDAE a, b;
...
if (a == b) { ... }

References coat::scripto::AFormat< T >::layer(), and coat::scripto::AFormat< T >::source().

bool coat::scripto::AFormat< FormatFBX >::operator== ( const Child &  b) const
inlineinherited

For cozy registers to the scripting and for simple inheritance.

References coat::scripto::AFormat< T >::operator==().

FormatFBX & coat::scripto::AFormat< FormatFBX >::source ( const std::string &  s)
inlineinherited

Setter for source.

FormatDAE a;
a.source( "layer" );
std::string coat::scripto::AFormat< FormatFBX >::source ( ) const
inlineinherited

Getter for source.

FormatDAE a;
string r = a.source();

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