mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added new auxiliary class Standard_ArrayStreamBuffer implementing std::streambuf interface for defining std::istream from allocated memory.
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
puts "=========="
|
|
puts "OCC28887 Test case for Standard_ArrayStreamBuffer class - streaming interface for reading from allocated memory block"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
pload QAcommands VISUALIZATION DCAF
|
|
catch { Close doc }
|
|
OCC28887 [locate_data_file bug23384-doc_subshapes.xbf] doc
|
|
|
|
vclear
|
|
vclose ALL
|
|
XShow doc
|
|
vaxo
|
|
vfit
|
|
vsetdispmode 1
|
|
vdump $::imagedir/${::casename}.png
|