|
size_t | AllConnectedComponents (const PointCloud &pc, float epsilon, BitmapInfo &bitmapInfo, MiscLib::Vector< size_t > *indices, MiscLib::Vector< int > &componentsImg, MiscLib::Vector< std::pair< int, size_t > > &labels, bool doFiltering=true) |
|
virtual void | BitmapExtent (float epsilon, GfxTL::AABox< GfxTL::Vector2Df > *bbox, MiscLib::Vector< std::pair< float, float > > *params, size_t *uextent, size_t *vextent)=0 |
|
template<class IteratorT > |
void | BuildBitmap (const PointCloud &pc, float *epsilon, IteratorT begin, IteratorT end, MiscLib::Vector< std::pair< float, float > > *params, GfxTL::AABox< GfxTL::Vector2Df > *bbox, MiscLib::Vector< char > *bitmap, size_t *uextent, size_t *vextent, MiscLib::Vector< size_t > *bmpIdx) const |
|
template<class IteratorT > |
void | BuildBitmap (const PointCloud &pc, float *epsilon, IteratorT begin, IteratorT end, MiscLib::Vector< std::pair< float, float > > *params, GfxTL::AABox< GfxTL::Vector2Df > *bbox, MiscLib::Vector< char > *bitmap, size_t *uextent, size_t *vextent, MiscLib::Vector< size_t > *bmpIdx, size_t border) const |
|
void | BuildPolygons (const PointCloud &pc, float epsilon, size_t begin, size_t end, GfxTL::AABox< GfxTL::Vector2Df > *bbox, size_t *uextent, size_t *vextent, std::deque< ComponentPolygons > *polys) const |
|
size_t | ConnectedComponent (const PointCloud &pc, float epsilon, MiscLib::Vector< size_t > *indices, bool doFiltering=true, float *borderRatio=0) |
|
void | GenerateBitmapPoints (const PointCloud &pc, float epsilon, size_t begin, size_t end, PointCloud *bmpPc) const |
|
virtual void | InBitmap (const std::pair< float, float > ¶m, float epsilon, const GfxTL::AABox< GfxTL::Vector2Df > &bbox, size_t uextent, size_t vextent, std::pair< int, int > *inBmp) const =0 |
|
bool | Init (bool binary, std::istream *i) |
|
virtual bool | InSpace (float u, float v, Vec3f *p, Vec3f *n) const =0 |
|
virtual bool | InSpace (size_t u, size_t v, float epsilon, const GfxTL::AABox< GfxTL::Vector2Df > &bbox, size_t uextent, size_t vextent, Vec3f *p, Vec3f *n) const =0 |
|
virtual void | Parameters (const Vec3f &p, std::pair< float, float > *param) const =0 |
|
virtual void | Parameters (GfxTL::IndexedIterator< IndexIterator, PointCloud::const_iterator > begin, GfxTL::IndexedIterator< IndexIterator, PointCloud::const_iterator > end, MiscLib::Vector< std::pair< float, float > > *bmpParams) const =0 |
|
virtual void | Parameters (GfxTL::IndexedIterator< MiscLib::Vector< size_t >::iterator, PointCloud::const_iterator > begin, GfxTL::IndexedIterator< MiscLib::Vector< size_t >::iterator, PointCloud::const_iterator > end, MiscLib::Vector< std::pair< float, float > > *bmpParams) const =0 |
|
virtual void | PreWrapBitmap (const GfxTL::AABox< GfxTL::Vector2Df > &bbox, float epsilon, size_t uextent, size_t vextent, MiscLib::Vector< char > *bmp) const |
|
void | TrimmingPolygons (const PointCloud &pc, float epsilon, size_t begin, size_t end, std::deque< ComponentPolygons > *polys) const |
|
virtual void | WrapBitmap (const GfxTL::AABox< GfxTL::Vector2Df > &bbox, float epsilon, bool *uwrap, bool *vwrap) const =0 |
|
virtual void | WrapComponents (const GfxTL::AABox< GfxTL::Vector2Df > &bbox, float epsilon, size_t uextent, size_t vextent, MiscLib::Vector< int > *componentImg, MiscLib::Vector< std::pair< int, size_t > > *labels) const |
|
virtual PrimitiveShape * | Clone () const =0 |
|
virtual void | Description (std::string *s) const =0 |
|
virtual float | Distance (const Vec3f &p) const =0 |
|
virtual void | DistanceAndNormalDeviation (const Vec3f &p, const Vec3f &n, std::pair< float, float > *dn) const =0 |
|
virtual bool | Fit (const PointCloud &pc, float epsilon, float normalThresh, MiscLib::Vector< size_t >::const_iterator begin, MiscLib::Vector< size_t >::const_iterator end)=0 |
|
virtual size_t | Identifier () const =0 |
|
virtual PrimitiveShape * | LSFit (const PointCloud &pc, float epsilon, float normalThresh, MiscLib::Vector< size_t >::const_iterator begin, MiscLib::Vector< size_t >::const_iterator end, std::pair< size_t, float > *score) const =0 |
|
virtual void | Normal (const Vec3f &p, Vec3f *n) const =0 |
|
virtual float | NormalDeviation (const Vec3f &p, const Vec3f &n) const =0 |
|
virtual void | OptimizeParametrization (const PointCloud &pc, size_t begin, size_t end, float epsilon) |
|
virtual void | Project (const Vec3f &p, Vec3f *pp) const =0 |
|
virtual unsigned int | RequiredSamples () const =0 |
|
virtual void | Serialize (float *array) const =0 |
|
virtual void | Serialize (std::ostream *o, bool binary=true) const =0 |
| This is the one and only serialization function It stores all the parameters of the shape as well as the parametrization. More...
|
|
virtual size_t | SerializedFloatSize () const =0 |
|
virtual size_t | SerializedSize () const =0 |
|
virtual float | SignedDistance (const Vec3f &p) const =0 |
|
virtual LevMarFunc< float > * | SignedDistanceFunc () const =0 |
|
virtual void | SuggestSimplifications (const PointCloud &pc, MiscLib::Vector< size_t >::const_iterator begin, MiscLib::Vector< size_t >::const_iterator end, float distThresh, MiscLib::Vector< MiscLib::RefCountPtr< PrimitiveShape > > *suggestions) const |
|
virtual void | Transform (float scale, const Vec3f &translate)=0 |
|
virtual void | Visit (PrimitiveShapeVisitor *visitor) const =0 |
|
unsigned int | AddRef () const |
|
RefCount & | operator= (const RefCount &) |
|
| RefCount () |
|
| RefCount (const RefCount &) |
|
unsigned int | Release () const |
|
Definition at line 30 of file BitmapPrimitiveShape.h.