|
| mitkClassMacro (ImageToIGTLMessageFilter, IGTLMessageSource) |
|
Pointer | Clone () const |
|
void | GenerateData () override |
| filter execute method More...
|
|
virtual void | SetInput (const mitk::Image *img) |
| Sets one input Image. More...
|
|
virtual void | SetInput (unsigned int idx, const Image *img) |
| Sets the input Image at a specific index. More...
|
|
const mitk::Image * | GetInput () |
| Returns the input of this filter. More...
|
|
const mitk::Image * | GetInput (unsigned int idx) |
| Returns the input of this filter. More...
|
|
void | GenerateOutputInformation () override |
|
virtual void | ConnectTo (mitk::ImageSource *UpstreamFilter) |
|
| mitkClassMacroItkParent (IGTLMessageSource, itk::ProcessObject) |
|
virtual std::string | GetName () |
|
virtual void | SetName (std::string _arg) |
| Sets the human readable name of this source. There is also a default name, but you can use this method if you need to define it on your own. More...
|
|
virtual std::string | GetType () |
|
virtual void | SetType (std::string _arg) |
| Sets the human readable type of this source. There will be a default type, or you can set the name with the method SetType(). You have to set this parameter otherwise it will not be found by the message provider. More...
|
|
IGTLMessage * | GetOutput (void) |
| return the output (output with id 0) of the filter More...
|
|
IGTLMessage * | GetOutput (DataObjectPointerArraySizeType idx) |
| return the output with id idx of the filter More...
|
|
IGTLMessage * | GetOutput (const std::string &messageName) |
| return the output with name messageName of the filter More...
|
|
DataObjectPointerArraySizeType | GetOutputIndex (std::string messageName) |
| return the index of the output with name messageName, -1 if no output with that name was found More...
|
|
virtual void | RegisterAsMicroservice () |
| Registers this object as a Microservice, making it available to every module and/or plugin. To unregister, call UnregisterMicroservice(). More...
|
|
virtual void | UnRegisterMicroservice () |
| Registers this object as a Microservice, making it available to every module and/or plugin. More...
|
|
std::string | GetMicroserviceID () |
| Returns the id that this device is registered with. The id will only be valid, if the IGTLMessageSource has been registered using RegisterAsMicroservice(). More...
|
|
virtual void | GraftNthOutput (unsigned int idx, itk::DataObject *graft) |
| Graft the specified DataObject onto this ProcessObject's output. More...
|
|
virtual void | GraftOutput (itk::DataObject *graft) |
| Graft the specified DataObject onto this ProcessObject's output. More...
|
|
itk::DataObject::Pointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
|
itk::DataObject::Pointer | MakeOutput (const DataObjectIdentifierType &name) override |
|
virtual void | SetParameters (const mitk::PropertyList *) |
| Set all filter parameters as the PropertyList p. More...
|
|
virtual mitk::PropertyList::ConstPointer | GetParameters () const |
| Get all filter parameters as a PropertyList. More...
|
|
void | SetFPS (unsigned int fps) |
| Sets the fps used for streaming this source. More...
|
|
unsigned int | GetFPS () |
| Gets the fps used for streaming this source. More...
|
|
This filter creates IGTL messages from mitk::Image objects.
Documentation
Definition at line 30 of file mitkImageToIGTLMessageFilter.h.