IGSTK
|
A WebcamWin -specific VideoImagerTool class. More...
#include <igstkWebcamWinVideoImagerTool.h>
Public Member Functions | |
igstkStandardClassTraitsMacro (WebcamWinVideoImagerTool, VideoImagerTool) igstkGetStringMacro(VideoImagerToolName) | |
Macro with standard traits declarations. More... | |
void | RequestSetVideoImagerToolName (const std::string &) |
Set imager tool VideoImagerTool name. More... | |
![]() | |
virtual bool | GetUpdated () |
Get whether the tool was updated during VideoImager UpdateStatus() More... | |
virtual void | RequestConfigure (void) |
The "RequestConfigure" method attempts to configure the VideoImager tool. More... | |
virtual void | RequestDetachFromVideoImager () |
The "RequestDetachFromVideoImager" method detaches the VideoImager tool from the VideoImager. More... | |
virtual void | RequestGetFrame () |
Request to get the internal frame as an event. More... | |
const std::string | GetVideoImagerToolIdentifier () const |
Access the unique identifier to the VideoImager tool. More... | |
virtual void | RequestAttachToVideoImager (VideoImagerType *) |
The "RequestAttachToVideoImager" method attaches the VideoImager tool to a VideoImager. More... | |
FrameType * | GetInternalFrame (void) |
Get the frame with the current index for this tool. More... | |
void | SetInternalFrame (FrameType *) |
Set the frame for this tool. More... | |
void | SetFrameDimensions (unsigned int *) |
void | GetFrameDimensions (unsigned int *) |
virtual void | SetPixelDepth (unsigned int _arg) |
virtual unsigned int | GetPixelDepth () |
virtual void | SetDelay (unsigned int _arg) |
virtual unsigned int | GetDelay () |
igstk::Frame * | GetFrameFromBuffer (const unsigned int index) |
igstk::Frame * | GetTemporalCalibratedFrame () |
![]() | |
virtual const char * | GetNameOfClass () const |
void | SetLogger (LoggerType *logger) |
Connect the Logger for this class. More... | |
void | RemoveObserver (unsigned long tag) const |
Protected Member Functions | |
WebcamWinVideoImagerTool () | |
virtual | ~WebcamWinVideoImagerTool () |
virtual void | PrintSelf (std::ostream &os,::itk::Indent indent) const |
Print object information. More... | |
![]() | |
VideoImagerTool (void) | |
virtual | ~VideoImagerTool (void) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. More... | |
void | SetVideoImagerToolIdentifier (const std::string identifier) |
Set a unique identifier to the VideoImager tool. More... | |
![]() | |
LoggerType * | GetLogger () const |
Object (void) | |
Constructor is protected in order to enforce the use of the New() operator. More... | |
virtual | ~Object (void) |
void | RegisterObservedObject (const ::igstk::Object *object, unsigned long tag) |
Register observed objects in an internal array so that they can be disconnected upon destruction. More... | |
void | RemoveFromObservedObjects () |
Remove observers that this object may have connected to other objects. More... | |
Additional Inherited Members | |
![]() | |
typedef Transform | TransformType |
typedef Frame | FrameType |
![]() | |
typedef Object | Self |
General Typedefs. More... | |
typedef ::itk::Object | Superclass |
typedef ::itk::SmartPointer< Self > | Pointer |
typedef ::itk::SmartPointer < const Self > | ConstPointer |
typedef igstk::Logger | LoggerType |
![]() | |
static Pointer | New (void) |
![]() | |
igstkStandardAbstractClassTraitsMacro(VideoImagerTool, Object) public typedef VideoImager | VideoImagerType |
Macro with standard traits declarations. More... | |
A WebcamWin -specific VideoImagerTool class.
This class provides WebcamWin -specific functionality for VideoImagerTools.
Definition at line 38 of file igstkWebcamWinVideoImagerTool.h.
|
protected |
|
protectedvirtual |
igstk::WebcamWinVideoImagerTool::igstkStandardClassTraitsMacro | ( | WebcamWinVideoImagerTool | , |
VideoImagerTool | |||
) |
Macro with standard traits declarations.
Get VideoImager tool name
void igstk::WebcamWinVideoImagerTool::RequestSetVideoImagerToolName | ( | const std::string & | ) |
Set imager tool VideoImagerTool name.
|
protectedvirtual |
Print object information.