MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / Write

Method Write

src/variables.cpp:478–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478bool VarTable::Write( const wxString &file, size_t maxdim )
479{
480 wxFFileOutputStream out(file);
481 if ( !out.IsOk() ) return false;
482 Write( out, maxdim );
483 return true;
484}
485
486void VarTable::Write( wxOutputStream &_O, size_t maxdim )
487{

Callers 3

Write_JSONMethod · 0.45
Write_textMethod · 0.45
special_getMethod · 0.45

Calls 9

TypeMethod · 0.80
nrowsMethod · 0.80
MatrixMethod · 0.80
ncolsMethod · 0.80
sizeMethod · 0.80
assignMethod · 0.80
LengthMethod · 0.45
AddMethod · 0.45
GetDataMethod · 0.45

Tested by

no test coverage detected