|
#include "PrimitiveShapeVisitor.h"
#include <MiscLib/RefCounted.h>
#include <MiscLib/RefCountPtr.h>
#include <MiscLib/NoShrinkVector.h>
#include "PlanePrimitiveShape.h"
#include "SpherePrimitiveShape.h"
#include "CylinderPrimitiveShape.h"
#include "ConePrimitiveShape.h"
#include "TorusPrimitiveShape.h"
Go to the source code of this file.
Classes | |
class | ScorePrimitiveShapeVisitor< PointCompT, OctreeT > |
class | ScorePrimitiveShapeVisitorImpl< PointCompT, OctreeT > |