/opt/ros/diamondback/stacks/graspit_simulator/graspit/graspit_source/src/arch.cpp File Reference
#include "arch.h"
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoCoordinate3.h>
#include <Inventor/nodes/SoIndexedFaceSet.h>
#include <Inventor/nodes/SoMaterial.h>
#include <Inventor/nodes/SoGroup.h>
#include <Inventor/nodes/SoTransform.h>
#include <Inventor/nodes/SoTranslation.h>
#include "body.h"
#include "graspitGUI.h"
#include "ivmgr.h"
#include "world.h"
Go to the source code of this file.
Functions |
void | archSnapshot () |
void | create_arch (World *world, double inner_radius, double outer_radius, double thickness, int n_blocks, bool add_supports) |
GraspableBody * | create_block (double inner_radius, double outer_radius, double thickness, int n_blocks, World *world) |
Body * | createSupport (double size, double thickness, World *world) |
Variables |
DynamicBody * | rightBase |
Function Documentation
void create_arch |
( |
World * |
world, |
|
|
double |
inner_radius, |
|
|
double |
outer_radius, |
|
|
double |
thickness, |
|
|
int |
n_blocks, |
|
|
bool |
add_supports | |
|
) |
| | |
GraspableBody* create_block |
( |
double |
inner_radius, |
|
|
double |
outer_radius, |
|
|
double |
thickness, |
|
|
int |
n_blocks, |
|
|
World * |
world | |
|
) |
| | |
Body* createSupport |
( |
double |
size, |
|
|
double |
thickness, |
|
|
World * |
world | |
|
) |
| | |
Variable Documentation