Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions cpp/source/basics/initializing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ polyscope::show();
`backend` is an optional specifier for which [rendering backend]([[url.prefix]]/building#backends) to use, passing `""` selects a reasonable default backend. Generally, you should not need to manually set the backend.


??? func "`#!cpp checkInitialized()`"

##### checkInitialized()

Check if polyscope has been initialized, if not an error is thrown.


??? func "`#!cpp isInitialized()`"

##### isInitialized()

Returns true if the state of polyscope is initialized and false if not.


??? func "`#!cpp show()`"

##### show()
Expand Down