Home
last modified time | relevance | path

Searched defs:GeometryImpl (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Dgeometry.hh194 class GeometryImpl : public GeometryImplBase< dim, dim+1, LinearMapping<cdim, dim> > class in Dune::MyALUGridGeometryImplementation
241 class GeometryImpl<dummy,1,eltype> class in Dune::MyALUGridGeometryImplementation
291 class GeometryImpl<dummy, 2, tetra> class in Dune::MyALUGridGeometryImplementation
349 class GeometryImpl<dummy, 2, hexa> class in Dune::MyALUGridGeometryImplementation
403 class GeometryImpl<dummy,3, hexa> class in Dune::MyALUGridGeometryImplementation
428 GeometryImpl() : BaseType() in GeometryImpl() function in Dune::MyALUGridGeometryImplementation::GeometryImpl
525 class GeometryImpl<dummy,3, tetra> class in Dune::MyALUGridGeometryImplementation
549 GeometryImpl() : BaseType() in GeometryImpl() function in Dune::MyALUGridGeometryImplementation::GeometryImpl
H A Dentity.hh85 typedef typename GridImp::Traits::template Codim< cd >::GeometryImpl GeometryImpl; typedef in Dune::ALU3dGridEntity
234 typedef typename GridImp::Traits::template Codim< 0 >::GeometryImpl GeometryImpl; typedef in Dune::ALU3dGridEntity
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cartesiangrid/
H A Dentity.hh60 typedef typename Traits :: template Codim< codimension > :: GeometryImpl GeometryImpl; typedef in Dune::CartesianGridEntity
141 typedef typename Traits :: template Codim< codimension > :: GeometryImpl GeometryImpl; typedef in Dune::CartesianGridEntity
H A Dintersection.hh53 typedef CartesianGridGeometry< mydimension, dimensionworld, Grid > GeometryImpl; typedef in Dune::CartesianGridIntersection
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Dintersection.hh52 typedef typename Grid::Traits::template Codim< 1 >::GeometryImpl GeometryImpl; typedef in Dune::AlbertaGridIntersectionBase
128 typedef typename Base::GeometryImpl GeometryImpl; typedef in Dune::AlbertaGridLeafIntersection
H A Dentity.hh72 typedef typename Grid::Traits::template Codim< codim >::GeometryImpl GeometryImpl; typedef in Dune::AlbertaGridEntity
209 typedef typename Grid::Traits::template Codim< 0 >::GeometryImpl GeometryImpl; typedef in Dune::AlbertaGridEntity
H A Dgridfamily.hh116 typedef AlbertaGridGlobalGeometry< dim-cd, dimworld, const Grid > GeometryImpl; typedef
/dports/devel/vcglib/vcglib-2020.09/wrap/openfbx/src/
H A Dofbx.cpp1099 struct GeometryImpl : Geometry struct
1101 enum VertexDataMapping
1108 struct NewVertex
1116 std::vector<Vec3> vertices;
1117 std::vector<Vec3> normals;
1118 std::vector<Vec2> uvs[s_uvs_max];
1119 std::vector<Vec4> colors;
1120 std::vector<Vec3> tangents;
1121 std::vector<int> materials;
1123 const Skin* skin = nullptr;
[all …]
/dports/math/dune-foamgrid/dune-foamgrid-43bfdb6181fae187fd803eca935a030d8d5ab0bc/dune/foamgrid/foamgrid/
H A Dfoamgridintersections.hh45 typedef typename GridImp::Traits::template Codim<1>::GeometryImpl GeometryImpl; typedef in Dune::FoamGridIntersection
267 typedef typename GridImp::Traits::template Codim<1>::GeometryImpl GeometryImpl; typedef in Dune::FoamGridLevelIntersection
403 typedef typename GridImp::Traits::template Codim<1>::GeometryImpl GeometryImpl; typedef in Dune::FoamGridLeafIntersection
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridentity.hh73 typedef typename GridImp::Traits::template Codim<codim>::GeometryImpl GeometryImpl; typedef in Dune::UGGridEntity
301 typedef typename GridImp::Traits::template Codim< 0 >::GeometryImpl GeometryImpl; typedef in Dune::UGGridEntity
H A Duggridintersections.hh36 typedef typename GridImp::Traits::template Codim<1>::GeometryImpl GeometryImpl; typedef in Dune::UGGridLevelIntersection
214 typedef typename GridImp::Traits::template Codim<1>::GeometryImpl GeometryImpl; typedef in Dune::UGGridLeafIntersection
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/onedgrid/
H A Donedgridintersections.hh42 typedef typename GridImp::Traits::template Codim< 1 >::GeometryImpl GeometryImpl; typedef in Dune::OneDGridLevelIntersection
256 typedef typename GridImp::Traits::template Codim< 1 >::GeometryImpl GeometryImpl; typedef in Dune::OneDGridLeafIntersection
H A Donedgridentity.hh180 typedef typename GridImp::Traits::template Codim< cd >::GeometryImpl GeometryImpl; typedef in Dune::OneDGridEntity
290 typedef typename GridImp::Traits::template Codim< 0 >::GeometryImpl GeometryImpl; typedef in Dune::OneDGridEntity
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/spheregrid/
H A Dentity.hh114 typedef SphereGridGeometry< mydimension, dimensionworld, Grid > GeometryImpl; typedef in Dune::SphereGridEntity
270 typedef SphereGridGeometry< mydimension, dimensionworld, Grid > GeometryImpl; typedef in Dune::SphereGridEntity
H A Dintersection.hh36 typedef SphereGridGeometry< mydimension, dimensionworld, Grid > GeometryImpl; typedef in Dune::SphereGridIntersection
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/geometrygrid/
H A Dentity.hh123 typedef typename Traits::template Codim< codim >::GeometryImpl GeometryImpl; typedef in Dune::GeoGrid::EntityBase
411 typedef typename Traits::template Codim< codimension >::GeometryImpl GeometryImpl; typedef in Dune::GeoGrid::EntityBase
698 typedef typename Base::GeometryImpl GeometryImpl; typedef in Dune::GeoGrid::Entity
763 typedef typename Base::GeometryImpl GeometryImpl; typedef in Dune::GeoGrid::Entity
H A Dintersection.hh43 typedef typename Traits::template Codim< 1 >::GeometryImpl GeometryImpl; typedef in Dune::GeoGrid::Intersection
H A Dgridfamily.hh78 … typedef Dune::GeoGrid::Geometry< dimension-codim, dimensionworld, const Grid > GeometryImpl; typedef
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dtest-geometries.cc56 …ypedef Dune :: ALU3dGridGeometry< Grid::dimension, Grid::dimensionworld, const Grid > GeometryImpl; in checkGeom() typedef
H A Dtest-entities.cc44 …ypedef Dune :: ALU3dGridGeometry< Grid::dimension, Grid::dimensionworld, const Grid > GeometryImpl; in checkGeom() typedef
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/
H A Dintersection.hh58 typedef SPGeometry< mydimension, dimension, Grid > GeometryImpl; typedef in Dune::SPIntersection
/dports/math/dune-polygongrid/dune-polygongrid-f76933aa51aa3ae3e58a5705f9f7ce7d1f6c012c/dune/polygongrid/
H A Dintersection.hh38 typedef __PolygonGrid::Geometry< 1, 2, Grid > GeometryImpl; typedef in Dune::__PolygonGrid::Intersection
H A Dentity.hh51 typedef __PolygonGrid::Geometry< 2 - codim, 2, Grid > GeometryImpl; typedef in Dune::__PolygonGrid::BasicEntity
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/yaspgrid/
H A Dyaspgridentity.hh271 typedef typename GridImp::Traits::template Codim<codim>::GeometryImpl GeometryImpl; typedef in Dune::YaspEntity
423 typedef typename GridImp::Traits::template Codim< 0 >::GeometryImpl GeometryImpl; typedef in Dune::YaspEntity
797 typedef typename GridImp::Traits::template Codim<dim>::GeometryImpl GeometryImpl; typedef in Dune::YaspEntity
H A Dyaspgridintersection.hh25 typedef typename GridImp::Traits::template Codim< 1 >::GeometryImpl GeometryImpl; typedef in Dune::YaspIntersection

12