Template Class ElementProxy
Defined in File ElementProxy.hpp
Class Documentation
-
template<typename T>
class ElementProxy Public Functions
-
inline ElementProxyPtr<T> operator&()
look at ElementProxyPtr documentation.
- Returns:
-
inline ElementProxy operator=(const T &v)
-
template<typename type, size_t size>
inline ElementProxy operator=(const std::array<type, size> &array)
-
template<typename BaseVecT>
inline ElementProxy operator=(const BaseVecT &v)
-
template<typename BaseVecT>
inline ElementProxy operator+=(const BaseVecT &v)
-
template<typename BaseVecT>
inline ElementProxy operator-=(const BaseVecT &v)
-
inline operator std::array<VertexHandle, 3>() const
-
inline operator EdgeHandle() const
-
inline operator FaceHandle() const
Friends
- friend class ElementProxyPtr< T >
-
inline ElementProxyPtr<T> operator&()