16        QtApp(
int argc = 0, 
char **argv = NULL);
 
   19        void initialize(
int width, 
int height, 
bool usePlugin = 
true) 
override;
 
   32        std::shared_ptr<QApplication> 
mQApp;
 
 
void setSceneGraph(std::shared_ptr< SceneGraph > scn)
 
RenderWindow * renderWindow() override
 
std::shared_ptr< PMainWindow > mMainWindow
 
std::shared_ptr< QApplication > mQApp
 
QtApp(int argc=0, char **argv=NULL)
 
void initialize(int width, int height, bool usePlugin=true) override
 
void setWindowTitle(const std::string &str)
 
This is an implementation of AdditiveCCD based on peridyno.