|
|
| CameraSample () |
| | Creates a default sample with a bunch of defaults set.
|
| | CameraSample (double iTop, double iBottom, double iLeft, double iRight) |
|
void | getScreenWindow (double &oTop, double &oBottom, double &oLeft, double &oRight) |
|
double | getFocalLength () const |
| | get the camera focal length in millimeters.
|
|
void | setFocalLength (double iVal) |
| | set the camera focal length in millimeters.
|
|
double | getHorizontalAperture () const |
| | get the horizontal camera film back in centimeters
|
|
void | setHorizontalAperture (double iVal) |
| | set the horizontal camera film back in centimeters
|
|
double | getHorizontalFilmOffset () const |
| | get the horizontal film back offset in centimeters
|
|
void | setHorizontalFilmOffset (double iVal) |
| | set the horizontal film back offset in centimeters
|
|
double | getVerticalAperture () const |
| | get the vertical camera film back in centimeters
|
|
void | setVerticalAperture (double iVal) |
| | set the vertical camera film back in centimeters
|
|
double | getVerticalFilmOffset () const |
| | get the vertical film back offset in centimeters
|
|
void | setVerticalFilmOffset (double iVal) |
| | set the vertical film back offset in centimeters
|
| double | getLensSqueezeRatio () const |
| void | setLensSqueezeRatio (double iVal) |
| double | getOverScanLeft () |
| void | setOverScanLeft (double iVal) |
| double | getOverScanRight () const |
| void | setOverScanRight (double iVal) |
| double | getOverScanTop () const |
| void | setOverScanTop (double iVal) |
| double | getOverScanBottom () const |
| void | setOverScanBottom (double iVal) |
|
double | getFStop () const |
| | get the f-stop (focal length divided by "effective" lens diameter)
|
|
void | setFStop (double iVal) |
| | set the f-stop (focal length divided by "effective" lens diameter)
|
| double | getFocusDistance () const |
| void | setFocusDistance (double iVal) |
|
double | getShutterOpen () const |
| | get the frame relative shutter open time in seconds.
|
|
void | setShutterOpen (double iVal) |
| | set the frame relative shutter open time in seconds.
|
|
double | getShutterClose () const |
| | get the frame relative shutter close time in seconds.
|
|
void | setShutterClose (double iVal) |
| | set the frame relative shutter open time in seconds.
|
| double | getNearClippingPlane () const |
| void | setNearClippingPlane (double iVal) |
| double | getFarClippingPlane () const |
| void | setFarClippingPlane (double iVal) |
|
Abc::Box3d | getChildBounds () const |
|
void | setChildBounds (const Abc::Box3d &iBounds) |
|
double | getCoreValue (std::size_t iIndex) const |
|
double | getFieldOfView () const |
|
std::size_t | addOp (FilmBackXformOp iOp) |
|
FilmBackXformOp | getOp (std::size_t iIndex) const |
|
FilmBackXformOp & | operator[] (const std::size_t &iIndex) |
|
const FilmBackXformOp & | operator[] (const std::size_t &iIndex) const |
|
Abc::M33d | getFilmBackMatrix () const |
| | Returns the concatenated 3x3 film back matrix.
|
|
std::size_t | getNumOps () const |
|
std::size_t | getNumOpChannels () const |
|
void | reset () |