Geometry
digraph inheritance87a6a58755 {
rankdir=LR;
size="8.0, 12.0";
"BoundGeometry" [URL="generated/collada.geometry.BoundGeometry.html#collada.geometry.BoundGeometry",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A geometry bound to a transform matrix and material mapping."];
"DaeObject" [URL="generated/collada.common.DaeObject.html#collada.common.DaeObject",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="This class is the abstract interface to all collada objects."];
"Geometry" [URL="generated/collada.geometry.Geometry.html#collada.geometry.Geometry",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="A class containing the data coming from a COLLADA <geometry> tag"];
"DaeObject" -> "Geometry" [arrowsize=0.5,style="setlinewidth(0.5)"];
}
digraph inheritanced10274bdba {
rankdir=LR;
size="8.0, 12.0";
"DaeObject" [URL="generated/collada.common.DaeObject.html#collada.common.DaeObject",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="This class is the abstract interface to all collada objects."];
"LineSet" [URL="generated/collada.lineset.LineSet.html#collada.lineset.LineSet",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <lines> tag, a collection of"];
"Primitive" -> "LineSet" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Polygons" [URL="generated/collada.polygons.Polygons.html#collada.polygons.Polygons",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <polygons> tag, a collection of"];
"Polylist" -> "Polygons" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Polylist" [URL="generated/collada.polylist.Polylist.html#collada.polylist.Polylist",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <polylist> tag, a collection of"];
"Primitive" -> "Polylist" [arrowsize=0.5,style="setlinewidth(0.5)"];
"Primitive" [URL="generated/collada.primitive.Primitive.html#collada.primitive.Primitive",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Base class for all primitive sets like TriangleSet, LineSet, Polylist, etc."];
"DaeObject" -> "Primitive" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TriangleSet" [URL="generated/collada.triangleset.TriangleSet.html#collada.triangleset.TriangleSet",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5)",target="_top",tooltip="Class containing the data COLLADA puts in a <triangles> tag, a collection of"];
"Primitive" -> "TriangleSet" [arrowsize=0.5,style="setlinewidth(0.5)"];
}