Graphite
Version 3
An experimental 3D geometry processing program
|
This is the complete list of members for OGF::ModuleMaker, including all inherited members.
add_directory_to_cmake(const std::string &directory) | OGF::ModuleMaker | protected |
class_name_to_file_name(const std::string &class_name) | OGF::ModuleMaker | protected |
create_class(const std::string &module_name, const std::string &subdirectory, const std::string &class_name, const std::string &header_skel="devel/class.h.skel", const std::string &source_skel="devel/class.cpp.skel") | OGF::ModuleMaker | |
create_commands(const std::string &module_name, const std::string &grob_class_name, const std::string &commands_name) | OGF::ModuleMaker | |
create_directory(const std::string &dir_name) | OGF::ModuleMaker | protected |
create_file(const std::string &module_name, const std::string &subdirectory, const std::string &file_name, const std::string &header_skel="devel/file.h.skel", const std::string &source_skel="devel/file.cpp.skel") | OGF::ModuleMaker | |
create_file_from_skel(const std::string &file_name, const std::string &skel_name, const TextUtils::Environment &env, bool insert_header=false) | OGF::ModuleMaker | protected |
create_gom_class(const std::string &module_name, const std::string &subdirectory, const std::string &base_class_name, const std::string &class_name, const std::string &header_skel="devel/gom_class.h.skel", const std::string &source_skel="devel/gom_class.cpp.skel") | OGF::ModuleMaker | |
create_gom_class(const std::string &module_name, const std::string &subdirectory, const std::string &base_class_name, const std::string &class_name, const std::string &header_skel, const std::string &source_skel, TextUtils::Environment &env) | OGF::ModuleMaker | |
create_grob(const std::string &module_name, const std::string &grob_name, const std::string &file_extension="", const std::string &base_class_name="OGF::Grob") | OGF::ModuleMaker | |
create_module(const std::string &module_name, const std::string &author_name) | OGF::ModuleMaker | |
create_shader(const std::string &module_name, const std::string &grob_class_name, const std::string &shader_name, const std::string &base_class_name="") | OGF::ModuleMaker | |
create_tool(const std::string &module_name, const std::string &grob_class_name, const std::string &tool_name, const std::string &base_class_name="") | OGF::ModuleMaker | |
file_name_to_include_guard(const std::string &file_name) | OGF::ModuleMaker | protected |
insert(const std::string &file_name, const std::string &insertion_point, const std::string &line) | OGF::ModuleMaker | protected |
ModuleMaker() | OGF::ModuleMaker | |
set_module(const std::string &module_name, bool check=true) | OGF::ModuleMaker | protected |
set_module_name(TextUtils::Environment &env) | OGF::ModuleMaker | protected |
touch_root_cmake() | OGF::ModuleMaker | protected |