#include <surfacepoints.h>
Public Member Functions | |
| SurfacePoint () | |
| SurfacePoint (const Point &pp, const Normal &nn, float a, float eps) | |
Public Attributes | |
| Point | p |
| Normal | n |
| float | area |
| float | rayEpsilon |
Definition at line 37 of file surfacepoints.h.
| SurfacePoint::SurfacePoint | ( | ) | [inline] |
Definition at line 38 of file surfacepoints.h.
Definition at line 39 of file surfacepoints.h.
| float SurfacePoint::area |
Definition at line 44 of file surfacepoints.h.
Referenced by SurfacePointsRenderer::Render().
Definition at line 43 of file surfacepoints.h.
Referenced by DipoleSubsurfaceIntegrator::Preprocess(), and SurfacePointsRenderer::Render().
Definition at line 42 of file surfacepoints.h.
Referenced by PoissonCheck::operator()(), DipoleSubsurfaceIntegrator::Preprocess(), SurfacePointsRenderer::Render(), and SurfacePointTask::Run().
| float SurfacePoint::rayEpsilon |
Definition at line 44 of file surfacepoints.h.
Referenced by DipoleSubsurfaceIntegrator::Preprocess(), and SurfacePointsRenderer::Render().
1.6.3