Nuke binary plugins 16.1.1
 
Loading...
Searching...
No Matches
DD::Image::GeneralInfo Class Reference

Base class for defining a time bounded region. More...

#include <GeneralInfo.h>

Inheritance diagram for DD::Image::GeneralInfo:
DD::Image::Info2D DD::Image::DeepInfo DD::Image::IopInfo

Public Member Functions

void copyGeneralInfo (const GeneralInfo &from)
 
int firstFrame () const
 First frame in the range.
 
int lastFrame () const
 Last frame in the range.
 
void setFirstFrame (int first)
 Set the first frame in the range.
 
void setLastFrame (int last)
 Set the last frame in the range.
 
void setFrameRange (int first, int last)
 Set both first and last frame.
 
void setFrameRange (const FrameRange &frameRange)
 Set first and last from a FrameRange array.
 
int first_frame () const
 first_frame() has been deprecated, use firstFrame() instead.
 
int last_frame () const
 last_frame() has been deprecated, use lastFrame() instead.
 
void first_frame (int v)
 first_frame(int) has been deprecated, use setFirstFrame(int) instead.
 
void last_frame (int v)
 last_frame(int) has been deprecated, use setLastFrame(int) instead.
 

Detailed Description

Base class for defining a time bounded region.

Member Function Documentation

◆ copyGeneralInfo()

void GeneralInfo::copyGeneralInfo ( const GeneralInfo from)

Copy GeneralInfo values from another. If all GeneralInfo params are desired use this method vs. copying individual parameters so future additions to this class are automatically handled.



©2026 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.foundry.com