OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimProcessInterface.cpp File Reference
#include <ostream>
#include <ossim/base/ossimProcessInterface.h>
#include <ossim/base/ossimListenerManager.h>

Go to the source code of this file.

Functions

 RTTI_DEF (ossimProcessInterface, "ossimProcessInterface")
 
std::ostream & operator<< (std::ostream &out, const ossimProcessInterface &data)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ossimProcessInterface data 
)

Definition at line 141 of file ossimProcessInterface.cpp.

References ossimProcessInterface::print().

142 {
143  return data.print(out);
144 }
virtual std::ostream & print(std::ostream &out) const

◆ RTTI_DEF()

RTTI_DEF ( ossimProcessInterface  ,
"ossimProcessInterface"   
)