PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::WtApp Class Reference

#include <WtApp.h>

Inheritance diagram for dyno::WtApp:
Collaboration diagram for dyno::WtApp:

Public Member Functions

 WtApp (int argc=1, char **argv=NULL)
 
 ~WtApp ()
 
void mainLoop () override
 
- Public Member Functions inherited from dyno::AppBase
 AppBase ()
 
 ~AppBase ()
 
virtual void initialize (int width, int height, bool usePlugin=false)
 
virtual RenderWindowrenderWindow ()
 
virtual std::shared_ptr< SceneGraphgetSceneGraph ()
 
virtual void setSceneGraph (std::shared_ptr< SceneGraph > scene)
 
virtual void setSceneGraphCreator (std::function< std::shared_ptr< SceneGraph >()> creator)
 

Private Attributes

int argc_ = 1
 
char ** argv_ = nullptr
 

Detailed Description

Definition at line 6 of file WtApp.h.

Constructor & Destructor Documentation

◆ WtApp()

dyno::WtApp::WtApp ( int argc = 1,
char ** argv = NULL )

Definition at line 8 of file WtApp.cpp.

◆ ~WtApp()

dyno::WtApp::~WtApp ( )

Definition at line 14 of file WtApp.cpp.

Member Function Documentation

◆ mainLoop()

void dyno::WtApp::mainLoop ( )
overridevirtual

Implements dyno::AppBase.

Definition at line 19 of file WtApp.cpp.

Member Data Documentation

◆ argc_

int dyno::WtApp::argc_ = 1
private

Definition at line 15 of file WtApp.h.

◆ argv_

char** dyno::WtApp::argv_ = nullptr
private

Definition at line 16 of file WtApp.h.


The documentation for this class was generated from the following files: