synfig-core  1.0.3
Classes | Namespaces | Macros
bone.h File Reference

Bone Header. More...

#include <iostream>
#include "matrix.h"
#include "uniqueid.h"
#include "string.h"
#include "guid.h"
#include <vector>
#include <ETL/handle>

Go to the source code of this file.

Classes

class  synfig::Bone
struct  synfig::Bone::Shape

Namespaces

namespace  synfig
 Where every function and class of the synfig library can be found.

Macros

#define GUID_PREFIX_LEN   6
#define COUT_BONE(bone)

Detailed Description

Bone Header.

$Id$

Macro Definition Documentation

#define GUID_PREFIX_LEN   6
#define COUT_BONE (   bone)
Value:
cout<<"[name]="<<bone.name_<<endl; \
cout<<"[origin]="<<bone.origin_<<endl; \
cout<<"[angle]="<<bone.angle_<<endl; \
cout<<"[scalelx]="<<bone.scalelx_<<endl; \
cout<<"[scalex]="<<bone.scalex_<<endl; \
cout<<"[length]="<<bone.length_<<endl; \
cout<<"[width]="<<bone.width_<<endl; \
cout<<"[tipwidth]="<<bone.tipwidth_<<endl; \
cout<<"[depth]="<<bone.depth_<<endl; \
cout<<"[parent]="<<bone.parent_<<endl