- Member basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::operator<< (basic_json &j, std::istream &i)
- This stream operator is deprecated since 3.0.0 and will be removed in version 4.0.0 of the library. Please use operator>>(std::istream&, basic_json&) instead; that is, replace calls like
j << i;
with i >> j;
.
- Member basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::sax_parse (detail::span_input_adapter &&i, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true, const bool ignore_comments=false, const bool ignore_trailing_commas=false)
- This function is deprecated since 3.8.0 and will be removed in version 4.0.0 of the library. Please use sax_parse(ptr, ptr + len) instead.
- Member Coarsing::write_netCDF (string sout)
- Write CG data as netCDF
- Member ContactList< d >::check_ghost_dst (uint32_t gst, int n, double partialsum, uint32_t mask, const Parameters< d > &P, cv1d &X1, cv1d &X2, cp< d > &contact)
- Measure distance between a ghost and a particle
- Member ContactList< d >::cid
- not used for anything anymore I think.
- Member ContactListMesh< d >::cid
- not used for anything anymore I think.
- Member Tools< d >::getdim (void)
-
- Member FilePerLine
- not really used at the moment.
- Member nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::iterator_wrapper (reference ref) noexcept
- This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use items() instead; that is, replace
json::iterator_wrapper(j)
with j.items()
.
- Member nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::operator<< (basic_json &j, std::istream &i)
- This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use operator>>(std::istream&, basic_json&) instead; that is, replace calls like
j << i;
with i >> j;
.
- Member nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::operator>> (const basic_json &j, std::ostream &o)
- This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use operator<<(std::ostream&, const basic_json&) instead; that is, replace calls like
j >> o;
with o << j;
.
- Member parse_url (string &url)
- Do not use
- Member Texturing< d >::nrotate
- used to keep track if the rendered view is not using the first 3 dimensions. Effectively not used currently as this feature is not implemented in the visualisation side.
- Member Texturing< d >::singlefiles
- Render the textures as a tilemap instead of individual files.