FbxIODefaultRenderResolution Class Reference
 
 
 
FbxIODefaultRenderResolution Class Reference

This reference page is linked to from the following overview topics: List of Python Fbx classes.


#include <fbxio.h>


Class Description

Render and resolution information.

Definition at line 182 of file fbxio.h.

List of all members.

Public Attributes

bool  mIsOK
  If the resolution data is ready.
FbxString  mCameraName
  camera name.
FbxString  mResolutionMode
  resolution mode.
double  mResolutionW
  resolution width.
double  mResolutionH
  resolution height.

Constructors and Destructor

  FbxIODefaultRenderResolution ()
  Default constructor.

Member Access

void  Reset ()
  Reset values to default.

Constructor & Destructor Documentation

Default constructor.


Member Function Documentation

void Reset ( )

Reset values to default.


Member Data Documentation

bool mIsOK

If the resolution data is ready.

Definition at line 186 of file fbxio.h.

camera name.

Definition at line 188 of file fbxio.h.

resolution mode.

ex: "Fixed Resolution","Fixed Ratio","Fixed Width","Fixed Height","Window Size"

Definition at line 190 of file fbxio.h.

resolution width.

Definition at line 192 of file fbxio.h.

resolution height.

Definition at line 194 of file fbxio.h.


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