fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Defines
options.cpp File Reference
#include "options.hpp"
#include <iostream>
#include "options_data.h"

Go to the source code of this file.

Defines

#define OPTION(name, shortcut, args, description)   << " -" << shortcut << " " << args << " " << description << "\n"
#define OPTION(name, shortcut, args, description)   case shortcut: c.name(*this); break;

Define Documentation

#define OPTION (   name,
  shortcut,
  args,
  description 
)    << " -" << shortcut << " " << args << " " << description << "\n"
#define OPTION (   name,
  shortcut,
  args,
  description 
)    case shortcut: c.name(*this); break;