15        GlfwApp(
int argc = 0, 
char **argv = NULL);
 
   18        void initialize(
int width, 
int height, 
bool usePlugin = 
false) 
override;
 
 
void setWindowTitle(const std::string &title)
 
RenderWindow * renderWindow() override
 
void initialize(int width, int height, bool usePlugin=false) override
 
GlfwApp(int argc=0, char **argv=NULL)
 
std::shared_ptr< GlfwRenderWindow > mRenderWindow
 
This is an implementation of AdditiveCCD based on peridyno.